Update values.yaml

Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
This commit is contained in:
Kjeld Schouten 2024-04-10 11:42:51 +02:00 committed by GitHub
parent dd657e54ee
commit 5e6965e211
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 10 deletions

View File

@ -118,15 +118,9 @@ configmap:
"$script_dir/ping_liveness_local.sh" $1 || exit_status=$? "$script_dir/ping_liveness_local.sh" $1 || exit_status=$?
"$script_dir/ping_liveness_master.sh" $1 || exit_status=$? "$script_dir/ping_liveness_master.sh" $1 || exit_status=$?
exit $exit_status exit $exit_status
secret:
credentials: ## DEVNOTE: This password needs to match the one set in Common if ever changing defaults
enabled: true
data:
redis-password: '{{ ( .Values.password | default "nothing" ) }}'
# -- Secret or password
# One of these options is required, unless used as a dependency for another TrueCharts chart.
password: "PLACEHOLDERPASSWORD" password: "PLACEHOLDERPASSWORD"
existingSecret: ""
service: service:
main: main:
ports: ports:
@ -162,5 +156,3 @@ persistence:
portal: portal:
open: open:
enabled: false enabled: false
manifestManager:
enabled: false