Skip to content

Commit

Permalink
Revert "Fix k8s permissions (observatorium#133)"
Browse files Browse the repository at this point in the history
This reverts commit e545b83.
  • Loading branch information
christopherzli committed Aug 16, 2024
1 parent dd89db6 commit acf20ee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion examples/manifests/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ rules:
resources:
- pods
verbs:
- list
- get
- update
- apiGroups:
Expand Down
2 changes: 1 addition & 1 deletion jsonnet/lib/thanos-receive-controller.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ function(params) {
{
apiGroups: [''],
resources: ['pods'],
verbs: ['list', 'get', 'update'],
verbs: ['get', 'update'],
},
{
apiGroups: ['apps'],
Expand Down

0 comments on commit acf20ee

Please sign in to comment.