Update values.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
This commit is contained in:
@@ -46,25 +46,15 @@ securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsGroup: 0
|
||||
secret:
|
||||
credentials:
|
||||
enabled: true
|
||||
data:
|
||||
mariadb-password: '{{ ( .Values.password | default "empty" ) }}'
|
||||
mariadb-root-password: '{{ ( .Values.rootPassword | default "empty" ) }}'
|
||||
persistence:
|
||||
data:
|
||||
enabled: true
|
||||
mountPath: "/bitnami/mariadb"
|
||||
mariadbUsername: "test"
|
||||
mariadbDatabase: "test"
|
||||
## DEVNOTE: These password defaults always need to match common
|
||||
rootPassword: "PLACEHOLDERROOTPASSWORD"
|
||||
# -- Secret or password
|
||||
# One of these options is required, unless used as a dependency for another TrueCharts chart.
|
||||
password: "PLACEHOLDERPASSWORD"
|
||||
existingSecret: ""
|
||||
portal:
|
||||
open:
|
||||
enabled: false
|
||||
manifestManager:
|
||||
enabled: false
|
||||
|
||||
Reference in New Issue
Block a user