Skip to content

Commit

Permalink
chore: make ready-pr
Browse files Browse the repository at this point in the history
  • Loading branch information
jingyih committed Jan 28, 2025
1 parent 9544639 commit 723b06d
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
12 changes: 12 additions & 0 deletions config/installbundle/components/clusterroles/cnrm_admin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -775,6 +775,18 @@ rules:
- update
- patch
- delete
- apiGroups:
- managedkafka.cnrm.cloud.google.com
resources:
- '*'
verbs:
- get
- list
- watch
- create
- update
- patch
- delete
- apiGroups:
- memcache.cnrm.cloud.google.com
resources:
Expand Down
8 changes: 8 additions & 0 deletions config/installbundle/components/clusterroles/cnrm_viewer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -518,6 +518,14 @@ rules:
- get
- list
- watch
- apiGroups:
- managedkafka.cnrm.cloud.google.com
resources:
- '*'
verbs:
- get
- list
- watch
- apiGroups:
- memcache.cnrm.cloud.google.com
resources:
Expand Down
10 changes: 10 additions & 0 deletions pkg/gvks/supportedgvks/gvks_generated.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 723b06d

Please sign in to comment.