Skip to content

Commit

Permalink
fix: add namespace permission
Browse files Browse the repository at this point in the history
Signed-off-by: Pedro Parra Ortega <[email protected]>
  • Loading branch information
ppodevlabs committed Feb 9, 2024
1 parent 613482e commit 84f2176
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions charts/capsule-addon-fluxcd/templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,16 @@ metadata:
{{- toYaml . | nindent 4 }}
{{- end }}
rules:
- apiGroups:
- ""
resources:
- namespaces
verbs:
- patch
- update
- get
- list
- watch
- apiGroups:
- ""
resources:
Expand Down

0 comments on commit 84f2176

Please sign in to comment.