Left hint

This commit is contained in:
Kevin Veen-Birkenbach 2025-07-10 22:12:29 +02:00
parent 18d6136de0
commit 8c4ae60a6a
No known key found for this signature in database
GPG Key ID: 44D8F11FD62F878E

View File

@ -74,6 +74,7 @@ def get_instance(container):
# This line uses regular expressions to split the 'container' string. # This line uses regular expressions to split the 'container' string.
# 're.split' is a method that divides a string into a list, based on the occurrences of a pattern. # 're.split' is a method that divides a string into a list, based on the occurrences of a pattern.
# @todo add option to pass database names to make it more flexibel
if container in ['central-mariadb', 'central-postgres']: if container in ['central-mariadb', 'central-postgres']:
instance_name = container instance_name = container
else: else: