Skip to content

Commit 3483288

Browse files
author
Maurice Faber
committed
chore(release): 0.4.57
1 parent 1841a25 commit 3483288

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/openapi/definitions.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -486,8 +486,10 @@ podSpec:
486486
$ref: '#/securityContext'
487487
description: Security context for the pod.
488488
title: Pod security context
489-
required:
490-
- podSecurityContext
489+
# just commenting podSecurityContext out here in required to make form work
490+
# TODO: enable after we upgrade knative to support podSecurityContext
491+
# required:
492+
# - podSecurityContext
491493
type: object
492494
- $ref: '#/containerSpec'
493495
type: object

0 commit comments

Comments
 (0)