Added changes for crd fix (#3785)
Signed-off-by: Vedant <vedant.srotria@harness.io> Signed-off-by: Vedant <vedant.srotria@harness.io> Co-authored-by: Vedant <vedant.srotria@harness.io>
This commit is contained in:
parent
d4d70e67c2
commit
7f706e5036
|
|
@ -326,23 +326,19 @@ spec:
|
|||
description: Image for the source pod
|
||||
type: string
|
||||
imagePullPolicy:
|
||||
description: ImagePullPolicy for the source
|
||||
pod
|
||||
description: ImagePullPolicy for the source pod
|
||||
type: string
|
||||
imagePullPolicy:
|
||||
description: ImagePullPolicy for the source pod
|
||||
type: string
|
||||
imagePullSecrets:
|
||||
description: ImagePullSecrets for source pod
|
||||
items:
|
||||
description: LocalObjectReference contains enough information
|
||||
to let you locate the referenced object inside the same namespace
|
||||
properties:
|
||||
name:
|
||||
description: 'Name of the referent'
|
||||
type: string
|
||||
type: object
|
||||
type: array
|
||||
imagePullSecrets:
|
||||
description: ImagePullSecrets for source pod
|
||||
items:
|
||||
description: LocalObjectReference contains enough information
|
||||
to let you locate the referenced object inside the same namespace
|
||||
properties:
|
||||
name:
|
||||
description: 'Name of the referent'
|
||||
type: string
|
||||
type: object
|
||||
type: array
|
||||
labels:
|
||||
additionalProperties:
|
||||
type: string
|
||||
|
|
|
|||
Loading…
Reference in New Issue