Skip to content

Commit

Permalink
fix incorrect clusterrole (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
JorritSalverda committed Nov 19, 2019
1 parent 6ead4a1 commit 8ae5a0e
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions helm/estafette-gke-preemptible-killer/templates/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,18 @@ metadata:
rules:
- apiGroups: [""] # "" indicates the core API group
resources:
- secrets
- nodes
verbs:
- create
- get
- list
- patch
- update
- watch
- delete
- apiGroups: [""] # "" indicates the core API group
resources:
- namespaces
- pods
verbs:
- list
- apiGroups: [""] # "" indicates the core/v1 API group
resources:
- events
verbs:
- create
- delete
- get
- update
- list
{{- end -}}

0 comments on commit 8ae5a0e

Please sign in to comment.