mirror of
https://github.com/puppetmaster/typhoon.git
synced 2025-01-07 18:29:33 +01:00
feat ensured that appropriate rbacs are set to allow the ingressclass on gcp (#1409)
This commit is contained in:
parent
25c9ec8e3d
commit
af719e46f2
@ -59,4 +59,11 @@ rules:
|
|||||||
- get
|
- get
|
||||||
- list
|
- list
|
||||||
- watch
|
- watch
|
||||||
|
- apiGroups:
|
||||||
|
- discovery.k8s.io
|
||||||
|
resources:
|
||||||
|
- "endpointslices"
|
||||||
|
verbs:
|
||||||
|
- get
|
||||||
|
- list
|
||||||
|
- watch
|
||||||
|
Loading…
Reference in New Issue
Block a user