Merge pull request #102 from codefresh-io/fix/CR-23842-argo-cd-acr-server-path

fix: acr env with server-path
This commit is contained in:
Oleksandr Saulyak 2024-10-08 17:27:42 +03:00 committed by GitHub
commit ff5af016a2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -88,6 +88,12 @@ spec:
name: argocd-cmd-params-cm
key: acr.listen.address
optional: true
- name: ARGOCD_SERVER_ROOTPATH
valueFrom:
configMapKeyRef:
key: server.rootpath
name: argocd-cmd-params-cm
optional: true
{{- with .Values.acrController.envFrom }}
envFrom:
{{- toYaml . | nindent 10 }}