Skip to content

Commit

Permalink
Merge pull request #112 from supertassu/chart-rbac-v1
Browse files Browse the repository at this point in the history
charts: use rbac v1 api
  • Loading branch information
toelke authored Feb 12, 2024
2 parents 08003f0 + bd3caca commit 7237033
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/wave/templates/clusterrole.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{- if .Values.global.rbac.enabled }}
apiVersion: rbac.authorization.k8s.io/v1beta1
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
labels:
Expand Down
2 changes: 1 addition & 1 deletion charts/wave/templates/clusterrolebinding.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{- if .Values.global.rbac.enabled }}
apiVersion: rbac.authorization.k8s.io/v1beta1
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
labels:
Expand Down

0 comments on commit 7237033

Please sign in to comment.