Currently the windmill.databaseUrlSecretName requires the secret to contain a key named url. This PR adds an option to customize the name of the key being used in the secret.
The use case is to allow the usage of secrets that external tools or operators (like CNPG) create where this key can have other names (ex. CNPG creates a key named uri instead of url on their credentials secret)
Currently the
windmill.databaseUrlSecretName
requires the secret to contain a key namedurl
. This PR adds an option to customize the name of the key being used in the secret.The use case is to allow the usage of secrets that external tools or operators (like CNPG) create where this key can have other names (ex. CNPG creates a key named
uri
instead ofurl
on their credentials secret)