We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1841a25 commit 3483288Copy full SHA for 3483288
src/openapi/definitions.yaml
@@ -486,8 +486,10 @@ podSpec:
486
$ref: '#/securityContext'
487
description: Security context for the pod.
488
title: Pod security context
489
- required:
490
- - podSecurityContext
+ # just commenting podSecurityContext out here in required to make form work
+ # TODO: enable after we upgrade knative to support podSecurityContext
491
+ # required:
492
+ # - podSecurityContext
493
type: object
494
- $ref: '#/containerSpec'
495
0 commit comments