diff --git a/charts/member-agent-arc/templates/deployment.yaml b/charts/member-agent-arc/templates/deployment.yaml index ff9c9dfc3..2bf403a85 100644 --- a/charts/member-agent-arc/templates/deployment.yaml +++ b/charts/member-agent-arc/templates/deployment.yaml @@ -252,7 +252,7 @@ spec: - name: provider-token mountPath: /config {{- if and (or .Values.Azure.proxySettings.isCustomCert .Values.Azure.proxySettings.isProxyEnabled) (.Values.Azure.proxySettings.proxyCert) }} - - name: azure-proxy-cert-store + - name: azure-proxy-cert-store mountPath: /etc/ssl/certs/azure-proxy-cert.crt subPath: azure-proxy-cert.crt readOnly: true