windmill-labs / windmill-helm-charts

50 stars 34 forks source link

Add option to customize databaseUrlSecretName key #51

Closed brunobriante closed 10 months ago

brunobriante commented 10 months ago

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)

rubenfiszel commented 10 months ago

Thanks a lot!