Skip to content

Commit

Permalink
Update version for ClusterRole and ClusterRoleBinding #65
Browse files Browse the repository at this point in the history
  • Loading branch information
chintan8saaras committed Sep 2, 2021
1 parent d09a6f3 commit c9b5694
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helm-chart/enroute/templates/serviceaccount.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ metadata:
{{- toYaml . | nindent 4 }}
{{- end }}
---
apiVersion: rbac.authorization.k8s.io/v1beta1
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: enroutedemo
Expand Down Expand Up @@ -59,7 +59,7 @@ rules:
- post
- patch
---
apiVersion: rbac.authorization.k8s.io/v1beta1
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: enroutedemo
Expand Down

0 comments on commit c9b5694

Please sign in to comment.