feat: Ability to specify existing secret as database url (#751)

Closes #750
This commit is contained in:
Mitch Harvey
2024-05-13 11:07:57 +02:00
committed by GitHub
parent 20e642adc0
commit 60bf590177
2 changed files with 16 additions and 2 deletions
+7 -1
View File
@@ -105,9 +105,15 @@ postgresql:
serviceBindings:
enabled: true
## Set this if you disable the built-in postgresql deployment
## Set this or existingDburlSecret if you disable the built-in postgresql deployment
dburl:
## @param existingDburlSecret Name of an existing secret containing a DBurl connection string
## NOTE: Must contain key `uri`
## NOTE: When it's set, the `dburl` parameter is ignored
##
existingDburlSecret: ""
## PVC-based data storage configuration
persistence:
enabled: false