Merge branch 'main' into patch-1

Signed-off-by: TheRealNoob <TheRealNoob@users.noreply.github.com>
This commit is contained in:
TheRealNoob 2023-03-01 13:41:24 -06:00 committed by GitHub
commit afe2b2104c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 1 deletions

View file

@ -1,5 +1,5 @@
apiVersion: v2
appVersion: v2.6.2
appVersion: v2.6.3
kubeVersion: ">=1.22.0-0"
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
name: argo-cd

View file

@ -42,3 +42,11 @@ rules:
verbs:
- create
- list
{{- if eq (toString (index (coalesce .Values.server.config .Values.configs.cm) "exec.enabled")) "true" }}
- apiGroups:
- ""
resources:
- pods/exec
verbs:
- create
{{- end }}