Skip to content

Commit db007b0

Browse files
authored
update clusterrole to rbac.authorization.k8s.io/v1 (k8s 1.22 API deprecation) (max-rocket-internet#7)
Signed-off-by: Sverre Boschman <[email protected]>
1 parent e4f0fa7 commit db007b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chart/templates/clusterrole.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
kind: ClusterRole
2-
apiVersion: rbac.authorization.k8s.io/v1beta1
2+
apiVersion: rbac.authorization.k8s.io/v1
33
metadata:
44
name: {{ include "k8s-event-logger.fullname" . }}
55
labels:

0 commit comments

Comments
 (0)