Skip to content

Commit

Permalink
FIX
Browse files Browse the repository at this point in the history
  • Loading branch information
Marx2 committed Jan 1, 2025
1 parent ba0b9c2 commit e21be1b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions cluster/apps/networking/capacitor/app/rbac.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
apiVersion: v1
kind: ServiceAccount
metadata:
name: capacitor
namespace: flux-system
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
Expand Down Expand Up @@ -30,6 +30,7 @@ rules:
- source.toolkit.fluxcd.io
- kustomize.toolkit.fluxcd.io
- helm.toolkit.fluxcd.io
- infra.contrib.fluxcd.io
resources:
- gitrepositories
- ocirepositories
Expand All @@ -38,6 +39,7 @@ rules:
- helmcharts
- kustomizations
- helmreleases
- terraforms
verbs:
- get
- watch
Expand All @@ -55,4 +57,4 @@ subjects:
roleRef:
kind: ClusterRole
name: capacitor
apiGroup: rbac.authorization.k8s.io
apiGroup: rbac.authorization.k8s.io

0 comments on commit e21be1b

Please sign in to comment.