Skip to content

Commit

Permalink
[v2] temporary fix to be able to deploy ScaledJob on k8s 1.18 (#926)
Browse files Browse the repository at this point in the history
Signed-off-by: Zbynek Roubalik <zroubali@redhat.com>
  • Loading branch information
zroubalik authored and Zbynek Roubalik committed Aug 6, 2020
1 parent 5027269 commit 80a4d8f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deploy/crds/keda.sh_scaledjobs_crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1416,6 +1416,7 @@ spec:
type: string
required:
- containerPort
- protocol
type: object
type: array
x-kubernetes-list-map-keys:
Expand Down Expand Up @@ -2623,6 +2624,7 @@ spec:
type: string
required:
- containerPort
- protocol
type: object
type: array
readinessProbe:
Expand Down Expand Up @@ -3835,6 +3837,7 @@ spec:
type: string
required:
- containerPort
- protocol
type: object
type: array
x-kubernetes-list-map-keys:
Expand Down

0 comments on commit 80a4d8f

Please sign in to comment.