set the xtables mountPath name from a variable (#4745)

Signed-off-by: Charles Pretzer <charles@buoyant.io>
This commit is contained in:
cpretzer 2020-07-14 13:11:00 -07:00 committed by GitHub
parent d457178f43
commit 7e93d89ec9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -27,5 +27,5 @@ name: podinfo
{{ define "partials.proxyInit.volumes.xtables" -}}
emptyDir: {}
name: linkerd-proxy-init-xtables-lock
{{- end -}}
name: {{ .Values.global.proxyInit.xtMountPath.name }}
{{- end -}}