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:
commit
ff5af016a2
1 changed files with 6 additions and 0 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue