Skip to content

Commit

Permalink
Merge pull request #507 from cbgbt/reduce-brupop-perms
Browse files Browse the repository at this point in the history
Remove unnecessary deployment management permissions from brupop
  • Loading branch information
cbgbt committed Aug 9, 2023
2 parents 2d37c8d + 6abeced commit f84705a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 25 deletions.
2 changes: 1 addition & 1 deletion deploy/charts/bottlerocket-update-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ To install the bottlerocket-shadow CRD locally, run:
```
helm install \
brupop-crd \
deploy/charts/bottlerocket-shadow \
deploy/charts/bottlerocket-shadow
```

### Cert-manager
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,6 @@ rules:
- patch
- update
- watch
- apiGroups:
- apps
resources:
- deployments
verbs:
- create
- delete
- deletecollection
- get
- list
- patch
- update
- apiGroups:
- ""
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,6 @@ rules:
- patch
- update
- delete
- apiGroups:
- apps
resources:
- deployments
verbs:
- create
- delete
- deletecollection
- get
- list
- patch
- update
- apiGroups:
- ""
resources:
Expand Down

0 comments on commit f84705a

Please sign in to comment.