diff --git a/charts/kong/templates/_helpers.tpl b/charts/kong/templates/_helpers.tpl index d720e4d7a..722eda10b 100644 --- a/charts/kong/templates/_helpers.tpl +++ b/charts/kong/templates/_helpers.tpl @@ -968,7 +968,7 @@ Use the Pod security context defined in Values or set the UID by default {{- end -}} {{- define "kong.no_daemon_env" -}} -{{- template "kong.env" . }} +{{- include "kong.env" . }} - name: KONG_NGINX_DAEMON value: "off" {{- end -}}