We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bbd87d6 + 700df48 commit ff5af01Copy full SHA for ff5af01
charts/argo-cd/templates/acr-controller/deployment.yaml
@@ -88,6 +88,12 @@ spec:
88
name: argocd-cmd-params-cm
89
key: acr.listen.address
90
optional: true
91
+ - name: ARGOCD_SERVER_ROOTPATH
92
+ valueFrom:
93
+ configMapKeyRef:
94
+ key: server.rootpath
95
+ name: argocd-cmd-params-cm
96
+ optional: true
97
{{- with .Values.acrController.envFrom }}
98
envFrom:
99
{{- toYaml . | nindent 10 }}
0 commit comments