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:
Vedant Shrotria 2022-10-19 10:04:30 +05:30 committed by GitHub
parent d4d70e67c2
commit 7f706e5036
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 16 deletions

View File

@ -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