Merge "Fix incorrect templating in haproxy anchor script"

This commit is contained in:
Zuul 2018-11-19 22:14:22 +00:00 committed by Gerrit Code Review
commit 30b806a460
2 changed files with 3 additions and 2 deletions

View File

@ -126,9 +126,9 @@ cleanup() {
while true; do while true; do
if [ -e /tmp/stop ]; then if [ -e /tmp/stop ]; then
echo Stopping echo Stopping
{%- if .Values.conf.anchor.enable_cleanup %} {{- if .Values.conf.anchor.enable_cleanup }}
cleanup cleanup
{%- end %} {{- end }}
break break
fi fi

View File

@ -607,6 +607,7 @@ data:
values: values:
conf: conf:
anchor: anchor:
enable_cleanup: false
kubernetes_url: https://10.96.0.1:443 kubernetes_url: https://10.96.0.1:443
services: services:
kube-system: kube-system: