Skip to content

Commit

Permalink
Update charts/partials/templates/_proxy-init.tpl
Browse files Browse the repository at this point in the history
Co-authored-by: Oliver Gould <ver@buoyant.io>
  • Loading branch information
alpeb and olix0r authored Dec 13, 2024
1 parent 5a113d1 commit 0ce3add
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/partials/templates/_proxy-init.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ args:
{{- end }}
{{- if .Values.proxyInit.closeWaitTimeoutSecs }}
{{- if not .Values.proxyInit.runAsRoot }}
{{ fail "if proxyInit.closeWaitTimeoutSecs is modified, then proxyInit.runAsRoot must be true" }}
{{ fail "proxyInit.runAsRoot must be set to use proxyInit.closeWaitTimeoutSecs" }}
{{- end }}
- --timeout-close-wait-secs
- {{ .Values.proxyInit.closeWaitTimeoutSecs | quote}}
Expand Down

0 comments on commit 0ce3add

Please sign in to comment.