added ARGOCD_SERVER_ROOTPATH with default value from configmap

This commit is contained in:
Oleksandr Saulyak 2024-10-08 14:39:38 +03:00 committed by GitHub
parent bbd87d6323
commit 700df488fb
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 name: argocd-cmd-params-cm
key: acr.listen.address key: acr.listen.address
optional: true optional: true
- name: ARGOCD_SERVER_ROOTPATH
valueFrom:
configMapKeyRef:
key: server.rootpath
name: argocd-cmd-params-cm
optional: true
{{- with .Values.acrController.envFrom }} {{- with .Values.acrController.envFrom }}
envFrom: envFrom:
{{- toYaml . | nindent 10 }} {{- toYaml . | nindent 10 }}