1
0
Fork 0
mirror of https://github.com/poseidon/typhoon synced 2024-04-28 04:45:05 +02:00

feat ensured that appropriate rbacs are set to allow the ingressclass on gcp (#1409)

This commit is contained in:
8ball030 2024-01-13 04:16:10 +00:00 committed by GitHub
parent 25c9ec8e3d
commit af719e46f2
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,4 +59,11 @@ rules:
- get
- list
- watch
- apiGroups:
- discovery.k8s.io
resources:
- "endpointslices"
verbs:
- get
- list
- watch