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
if [ -e /tmp/stop ]; then
echo Stopping
{%- if .Values.conf.anchor.enable_cleanup %}
{{- if .Values.conf.anchor.enable_cleanup }}
cleanup
{%- end %}
{{- end }}
break
fi

View File

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