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

Commit 97b9779

Browse files
authored
Merge pull request #645 from pospispa/API-version-moved-from-alpha-to-beta
API version moved from alpha to v1
2 parents cb6a002 + 2cb2668 commit 97b9779

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)