mirror of https://github.com/kubernetes/kops.git
Update Cilium template to working state
Signed-off-by: Maciej Kwiek <maciej@covalent.io>
This commit is contained in:
parent
ed67c013f5
commit
84b522dad0
|
@ -280,9 +280,11 @@ rules:
|
||||||
- get
|
- get
|
||||||
- list
|
- list
|
||||||
- watch
|
- watch
|
||||||
|
- update
|
||||||
- apiGroups:
|
- apiGroups:
|
||||||
- cilium.io
|
- cilium.io
|
||||||
resources:
|
resources:
|
||||||
- ciliumnetworkpolicies
|
- ciliumnetworkpolicies
|
||||||
|
- ciliumendpoints
|
||||||
verbs:
|
verbs:
|
||||||
- "*"
|
- "*"
|
||||||
|
|
Loading…
Reference in New Issue