Skip to content

Commit

Permalink
chore: update role to handle terraform pr (#107)
Browse files Browse the repository at this point in the history
* chore: update role to handle terraform pr

* chore: update manifests
  • Loading branch information
spoukke authored May 2, 2023
1 parent 2045a0f commit 0687172
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 0 deletions.
26 changes: 26 additions & 0 deletions manifests/base/controllers/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,32 @@ rules:
- get
- patch
- update
- apiGroups:
- config.terraform.padok.cloud
resources:
- terraformpullrequests
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- config.terraform.padok.cloud
resources:
- terraformrepositories/finalizers
verbs:
- update
- apiGroups:
- config.terraform.padok.cloud
resources:
- terraformpullrequests/status
verbs:
- get
- patch
- update
- apiGroups:
- "coordination.k8s.io"
resources:
Expand Down
26 changes: 26 additions & 0 deletions manifests/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2873,6 +2873,32 @@ rules:
- get
- patch
- update
- apiGroups:
- config.terraform.padok.cloud
resources:
- terraformpullrequests
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- config.terraform.padok.cloud
resources:
- terraformrepositories/finalizers
verbs:
- update
- apiGroups:
- config.terraform.padok.cloud
resources:
- terraformpullrequests/status
verbs:
- get
- patch
- update
- apiGroups:
- coordination.k8s.io
resources:
Expand Down

0 comments on commit 0687172

Please sign in to comment.