Skip to content

Commit

Permalink
Corrected ClusterRoleBinding namespace
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Block <[email protected]>
  • Loading branch information
sabre1041 committed Dec 25, 2023
1 parent 8dab904 commit 2030005
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
3 changes: 3 additions & 0 deletions config/helmchart/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ namePrefix: group-sync-operator-
#commonLabels:
# someName: someValue

resources:
- service-account.yaml

bases:
- ../rbac
- ../prometheus
Expand Down
5 changes: 5 additions & 0 deletions config/helmchart/service-account.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
apiVersion: v1
kind: ServiceAccount
metadata:
name: controller-manager
namespace: system
4 changes: 0 additions & 4 deletions config/helmchart/templates/service-account.yaml

This file was deleted.

0 comments on commit 2030005

Please sign in to comment.