Skip to content

Commit 3a0bbff

Browse files
ppodevlabsmaxgio92
authored andcommitted
fix: add namespace permission
Signed-off-by: Pedro Parra Ortega <[email protected]> fix: remove watch from clusterrole as not required Signed-off-by: Pedro Parra Ortega <[email protected]> revert to add watch Signed-off-by: Pedro Parra Ortega <[email protected]>
1 parent 613482e commit 3a0bbff

File tree

1 file changed

+10
-0
lines changed
  • charts/capsule-addon-fluxcd/templates

1 file changed

+10
-0
lines changed

charts/capsule-addon-fluxcd/templates/rbac.yaml

+10
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,16 @@ metadata:
2929
{{- toYaml . | nindent 4 }}
3030
{{- end }}
3131
rules:
32+
- apiGroups:
33+
- ""
34+
resources:
35+
- namespaces
36+
verbs:
37+
- patch
38+
- update
39+
- get
40+
- list
41+
- watch
3242
- apiGroups:
3343
- ""
3444
resources:

0 commit comments

Comments
 (0)