notification controller can handle self-managed notification in any namespace

Signed-off-by: GuillaumeRemyCSI <30650458+GuillaumeRemyCSI@users.noreply.github.com>
This commit is contained in:
GuillaumeRemyCSI 2024-03-28 17:50:52 +01:00 committed by Guillaume Rémy
parent b53f4f857a
commit 1cb104f931

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:
- "" - ""