Skip to content
This repository was archived by the owner on Oct 21, 2020. It is now read-only.

Commit 2cb2668

Browse files
author
pospispa
committed
API version moved from alpha to v1.
1 parent 1cc9d42 commit 2cb2668

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nfs/deploy/kubernetes/auth/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/v1alpha1
2+
apiVersion: rbac.authorization.k8s.io/v1
33
metadata:
44
name: nfs-provisioner-runner
55
rules:

nfs/deploy/kubernetes/auth/clusterrolebinding.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
kind: ClusterRoleBinding
2-
apiVersion: rbac.authorization.k8s.io/v1alpha1
2+
apiVersion: rbac.authorization.k8s.io/v1
33
metadata:
44
name: run-nfs-provisioner
55
subjects:

0 commit comments

Comments
 (0)