Skip to content

Commit

Permalink
Add RBAC rules to get KubeadmControlPlanes and GCPClusters (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
fiunchinho authored Sep 12, 2022
1 parent 178d8b8 commit d183062
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Fixed

- Add RBAC rules to get `KubeadmControlPlanes` and `GCPClusters`.

## [2.0.0] - 2022-09-12

### Added
Expand Down
7 changes: 7 additions & 0 deletions helm/cluster-apps-operator/templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ rules:
verbs:
- get
- list
- apiGroups:
- controlplane.cluster.x-k8s.io
resources:
- kubeadmcontrolplanes
verbs:
- get
- apiGroups:
- release.giantswarm.io
resources:
Expand Down Expand Up @@ -96,6 +102,7 @@ rules:
resources:
- azureclusters
- openstackclusters
- gcpclusters
verbs:
- "get"
- nonResourceURLs:
Expand Down

0 comments on commit d183062

Please sign in to comment.