diff --git a/charts/partials/templates/_volumes.tpl b/charts/partials/templates/_volumes.tpl index bd5f10164..ce11837e5 100644 --- a/charts/partials/templates/_volumes.tpl +++ b/charts/partials/templates/_volumes.tpl @@ -27,5 +27,5 @@ name: podinfo {{ define "partials.proxyInit.volumes.xtables" -}} emptyDir: {} -name: linkerd-proxy-init-xtables-lock -{{- end -}} \ No newline at end of file +name: {{ .Values.global.proxyInit.xtMountPath.name }} +{{- end -}}