Skip to content

Commit

Permalink
Revert "Support kubernetes 1.22 (#258)"
Browse files Browse the repository at this point in the history
This reverts commit 773b378.
  • Loading branch information
sethsaperstein-lyft committed Mar 30, 2023
1 parent 4356402 commit b0cf15b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion deploy/crd.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: apiextensions.k8s.io/v1
apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
name: flinkapplications.flink.k8s.io
Expand All @@ -12,6 +12,7 @@ spec:
shortNames:
- flinkapp
scope: Namespaced
version: v1beta1
versions:
- name: v1beta1
served: true
Expand Down
2 changes: 1 addition & 1 deletion deploy/role-binding.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Create a binding from Role -> ServiceAccount
kind: ClusterRoleBinding
apiVersion: rbac.authorization.k8s.io/v1
apiVersion: rbac.authorization.k8s.io/v1beta1
metadata:
name: flinkoperator
roleRef:
Expand Down

0 comments on commit b0cf15b

Please sign in to comment.