Skip to content

Commit

Permalink
Updating labeller rbac version
Browse files Browse the repository at this point in the history
  • Loading branch information
LarryGF authored and y2kenny-amd committed Jan 22, 2024
1 parent eb0cdf4 commit 4503704
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helm/amd-gpu/templates/labeller.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{- if .Values.labeller.enabled }}
apiVersion: rbac.authorization.k8s.io/v1beta1
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: cr-{{ .Chart.Name }}-node-labeller
Expand All @@ -8,7 +8,7 @@ rules:
resources: ["nodes"]
verbs: ["watch", "get", "list", "update"]
---
apiVersion: rbac.authorization.k8s.io/v1beta1
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: crb-{{ .Chart.Name }}-labeller
Expand Down

0 comments on commit 4503704

Please sign in to comment.