Merge branch 'main' into main

Signed-off-by: Pierre Blais <109473352+pierreblais@users.noreply.github.com>
This commit is contained in:
Pierre Blais 2024-03-29 09:27:26 +01:00 committed by Pierre BLAIS
commit a2796d209c
3 changed files with 15 additions and 1 deletions

View file

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

View file

@ -28,6 +28,9 @@ rules:
verbs: verbs:
- list - list
- watch - watch
{{- if (index .Values.configs.params "application.namespaces") }}
- create
{{- end }}
{{- if .Values.notifications.cm.create }} {{- if .Values.notifications.cm.create }}
- apiGroups: - apiGroups:
- "" - ""

View file

@ -48,6 +48,17 @@ rules:
- list - list
- update - update
- watch - watch
{{- if (index .Values.configs.params "application.namespaces") }}
- apiGroups:
- "argoproj.io"
resources:
- "applications"
verbs:
- create
- delete
- update
- patch
{{- end }}
- apiGroups: - apiGroups:
- batch - batch
resources: resources: