Skip to content

Commit

Permalink
chore: use clusterrolebinding v1 (argoproj#5939)
Browse files Browse the repository at this point in the history
Signed-off-by: Shoubhik Bose <shbose@redhat.com>
  • Loading branch information
sbose78 committed Apr 2, 2021
1 parent 7945286 commit 8eeb9a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/e2e/testdata/cluster-role/cluster-role.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: rbac.authorization.k8s.io/v1beta1
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
namespace: cert-manager
Expand Down
2 changes: 1 addition & 1 deletion util/helm/testdata/redis/templates/redis-rolebinding.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{- if .Values.rbac.create -}}
apiVersion: rbac.authorization.k8s.io/v1beta1
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
metadata:
name: {{ template "redis.fullname" . }}
Expand Down

0 comments on commit 8eeb9a0

Please sign in to comment.