Skip to content

Commit 74cd8cb

Browse files
authored
fix: update indentation for custom cert (#1189)
2 parents 243f387 + 80c0782 commit 74cd8cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/member-agent-arc/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ spec:
252252
- name: provider-token
253253
mountPath: /config
254254
{{- if and (or .Values.Azure.proxySettings.isCustomCert .Values.Azure.proxySettings.isProxyEnabled) (.Values.Azure.proxySettings.proxyCert) }}
255-
- name: azure-proxy-cert-store
255+
- name: azure-proxy-cert-store
256256
mountPath: /etc/ssl/certs/azure-proxy-cert.crt
257257
subPath: azure-proxy-cert.crt
258258
readOnly: true

0 commit comments

Comments
 (0)