Update values.yaml

Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
This commit is contained in:
Kjeld Schouten
2024-04-10 11:40:36 +02:00
committed by GitHub
parent 89de08febc
commit b58e7a1b37
+1 -11
View File
@@ -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