added ARGOCD_SERVER_ROOTPATH with default value from configmap
This commit is contained in:
parent
bbd87d6323
commit
700df488fb
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