Skip to content

Commit ff5af01

Browse files
Merge pull request #102 from codefresh-io/fix/CR-23842-argo-cd-acr-server-path
fix: acr env with server-path
2 parents bbd87d6 + 700df48 commit ff5af01

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

charts/argo-cd/templates/acr-controller/deployment.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,12 @@ spec:
8888
name: argocd-cmd-params-cm
8989
key: acr.listen.address
9090
optional: true
91+
- name: ARGOCD_SERVER_ROOTPATH
92+
valueFrom:
93+
configMapKeyRef:
94+
key: server.rootpath
95+
name: argocd-cmd-params-cm
96+
optional: true
9197
{{- with .Values.acrController.envFrom }}
9298
envFrom:
9399
{{- toYaml . | nindent 10 }}

0 commit comments

Comments
 (0)