feat(argo-cd): Upgrade Argo CD to 2.6.0 (#1758)

Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
This commit is contained in:
Petr Drastil 2023-02-07 16:02:23 +01:00 committed by GitHub
parent 05c79e322a
commit 0d3150ce67
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 6001 additions and 49 deletions

View file

@ -262,6 +262,12 @@ spec:
name: argocd-cmd-params-cm
key: application.namespaces
optional: true
- name: ARGOCD_SERVER_ENABLE_PROXY_EXTENSION
valueFrom:
configMapKeyRef:
name: argocd-cmd-params-cm
key: server.enable.proxy.extension
optional: true
{{- with .Values.server.envFrom }}
envFrom:
{{- toYaml . | nindent 10 }}