Skip to content

Commit

Permalink
Update apiservice version
Browse files Browse the repository at this point in the history
Apiservice crd with version v1beta1 is removed starting with kubernetes
version 1.22
Make sure to use stable version v1 from now on.
  • Loading branch information
phiphi282 committed Mar 23, 2022
1 parent d1109b9 commit 53da1b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metadata:
heritage: {{ .Release.Service }}
data:
apiservice.yaml: |
apiVersion: apiregistration.k8s.io/v1beta1
apiVersion: apiregistration.k8s.io/v1
kind: APIService
metadata:
name: v1alpha1.acme.syseleven.de
Expand Down

0 comments on commit 53da1b9

Please sign in to comment.