Skip to content

Commit dea7475

Browse files
fix: update ClusterRole yaml from v1beta1 to v1 (#58)
Signed-off-by: Harikrishnan Balagopal <[email protected]>
1 parent 170f707 commit dea7475

3 files changed

+2
-10
lines changed

bundle/manifests/konveyor.io_move2kubes.yaml

-7
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
apiVersion: apiextensions.k8s.io/v1
22
kind: CustomResourceDefinition
33
metadata:
4-
creationTimestamp: null
54
name: move2kubes.konveyor.io
65
spec:
76
group: konveyor.io
@@ -38,9 +37,3 @@ spec:
3837
storage: true
3938
subresources:
4039
status: {}
41-
status:
42-
acceptedNames:
43-
kind: ""
44-
plural: ""
45-
conditions: null
46-
storedVersions: null

bundle/manifests/move2kube-operator-metrics-reader_rbac.authorization.k8s.io_v1beta1_clusterrole.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
apiVersion: rbac.authorization.k8s.io/v1beta1
1+
apiVersion: rbac.authorization.k8s.io/v1
22
kind: ClusterRole
33
metadata:
4-
creationTimestamp: null
54
name: move2kube-operator-metrics-reader
65
rules:
76
- nonResourceURLs:

config/rbac/auth_proxy_client_clusterrole.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
apiVersion: rbac.authorization.k8s.io/v1beta1
1+
apiVersion: rbac.authorization.k8s.io/v1
22
kind: ClusterRole
33
metadata:
44
name: metrics-reader

0 commit comments

Comments
 (0)