Skip to content

Commit

Permalink
Merge pull request #102 from codefresh-io/fix/CR-23842-argo-cd-acr-se…
Browse files Browse the repository at this point in the history
…rver-path

fix: acr env with server-path
  • Loading branch information
oleksandr-codefresh authored Oct 8, 2024
2 parents bbd87d6 + 700df48 commit ff5af01
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions charts/argo-cd/templates/acr-controller/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit ff5af01

Please sign in to comment.