Skip to content

Commit

Permalink
CRD installation fix for k8s 1.18
Browse files Browse the repository at this point in the history
This is an workaround for k8s 1.18 crd to remove
the required field protocol


See:
- datastax/cass-operator#132
- kubernetes-sigs/controller-tools#444
- operator-framework/operator-sdk#3235
  • Loading branch information
amuraru committed Oct 7, 2020
1 parent 1cf3a43 commit 0c871a1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,6 @@ spec:
type: array
x-kubernetes-list-map-keys:
- containerPort
- protocol
x-kubernetes-list-type: map
readinessProbe:
description: 'Periodic probe of container service readiness. Container
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,6 @@ spec:
type: array
x-kubernetes-list-map-keys:
- containerPort
- protocol
x-kubernetes-list-type: map
readinessProbe:
description: 'Periodic probe of container service readiness. Container
Expand Down

0 comments on commit 0c871a1

Please sign in to comment.