Commit f4c1bb39 authored by Emanuel Winblad's avatar Emanuel Winblad Committed by Lars Fenneberg

Fix reference to config of HAProxy extra env variables

parent 3e6e652d
......@@ -146,7 +146,7 @@ spec:
secretKeyRef:
name: {{ template "viking-service.admin-secret-name" . }}
key: dataplaneapi
{{- if .Values.vikingService.varnish.extraEnvs }}
{{- if .Values.vikingService.haproxy.extraEnvs }}
{{- toYaml .Values.vikingService.haproxy.extraEnvs | nindent 12 }}
{{- end }}
livenessProbe:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment