Skip to content

Commit

Permalink
Merge pull request #302 from sabre1041/fix-helmchart-clusterbinding-n…
Browse files Browse the repository at this point in the history
…amespace

Corrected ClusterRoleBinding namespace
  • Loading branch information
raffaelespazzoli committed Feb 29, 2024
2 parents 8dab904 + 2030005 commit 6a8e921
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
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
@@ -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 6a8e921

Please sign in to comment.