Skip to content

Commit

Permalink
Make use of RBAC v1 (istio#16268)
Browse files Browse the repository at this point in the history
  • Loading branch information
johscheuer authored and istio-testing committed Aug 27, 2019
1 parent cc8862b commit 2d04623
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ metadata:
heritage: {{ .Release.Service }}
release: {{ .Release.Name }}
---
apiVersion: rbac.authorization.k8s.io/v1beta1
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: istio-security-post-install-{{ .Release.Namespace }}
Expand All @@ -39,7 +39,7 @@ rules:
resources: ["deployments", "replicasets"]
verbs: ["get", "list", "watch"]
---
apiVersion: rbac.authorization.k8s.io/v1beta1
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: istio-security-post-install-role-binding-{{ .Release.Namespace }}
Expand Down

0 comments on commit 2d04623

Please sign in to comment.