Update values.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
This commit is contained in:
parent
dd657e54ee
commit
5e6965e211
|
@ -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
|
|
||||||
|
|
Loading…
Reference in New Issue