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:
parent
b53f4f857a
commit
1cb104f931
1 changed files with 3 additions and 0 deletions
|
@ -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:
|
||||||
- ""
|
- ""
|
||||||
|
|
Loading…
Reference in a new issue