mirror of https://git.rancher.io/rke2-charts
27 lines
458 B
Diff
27 lines
458 B
Diff
--- charts-original/templates/clusterrole.yaml
|
|
+++ charts/templates/clusterrole.yaml
|
|
@@ -82,6 +82,23 @@
|
|
- get
|
|
- list
|
|
- watch
|
|
+ - apiGroups:
|
|
+ - coordination.k8s.io
|
|
+ resources:
|
|
+ - leases
|
|
+ verbs:
|
|
+ - create
|
|
+ - update
|
|
+ - get
|
|
+ - list
|
|
+ - watch
|
|
+ - apiGroups:
|
|
+ - discovery.k8s.io
|
|
+ resources:
|
|
+ - endpointslices
|
|
+ verbs:
|
|
+ - list
|
|
+ - watch
|
|
{{- end }}
|
|
|
|
{{- end }}
|