Skip to content

Commit 4503704

Browse files
LarryGFy2kenny-amd
authored andcommitted
Updating labeller rbac version
1 parent eb0cdf4 commit 4503704

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

helm/amd-gpu/templates/labeller.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{{- if .Values.labeller.enabled }}
2-
apiVersion: rbac.authorization.k8s.io/v1beta1
2+
apiVersion: rbac.authorization.k8s.io/v1
33
kind: ClusterRole
44
metadata:
55
name: cr-{{ .Chart.Name }}-node-labeller
@@ -8,7 +8,7 @@ rules:
88
resources: ["nodes"]
99
verbs: ["watch", "get", "list", "update"]
1010
---
11-
apiVersion: rbac.authorization.k8s.io/v1beta1
11+
apiVersion: rbac.authorization.k8s.io/v1
1212
kind: ClusterRoleBinding
1313
metadata:
1414
name: crb-{{ .Chart.Name }}-labeller

0 commit comments

Comments
 (0)