Skip to content

Commit

Permalink
Revert "Support kubernetes 1.22 (#258)" (#280)
Browse files Browse the repository at this point in the history
This reverts commit 773b378.

## overview
Removing this as v1 CRD's breaks integration tests which are using an
old k8s client. Will save this for when we do the 1.22 upgrade in the
near future
  • Loading branch information
sethsaperstein-lyft authored Mar 31, 2023
1 parent 4356402 commit bd15d93
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 bd15d93

Please sign in to comment.