mirror of https://github.com/linkerd/linkerd2.git
set the xtables mountPath name from a variable (#4745)
Signed-off-by: Charles Pretzer <charles@buoyant.io>
This commit is contained in:
parent
d457178f43
commit
7e93d89ec9
|
@ -27,5 +27,5 @@ name: podinfo
|
||||||
|
|
||||||
{{ define "partials.proxyInit.volumes.xtables" -}}
|
{{ define "partials.proxyInit.volumes.xtables" -}}
|
||||||
emptyDir: {}
|
emptyDir: {}
|
||||||
name: linkerd-proxy-init-xtables-lock
|
name: {{ .Values.global.proxyInit.xtMountPath.name }}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
|
|
Loading…
Reference in New Issue