Skip to content

Commit

Permalink
Update yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
vstarostin committed Nov 28, 2023
1 parent 667d48d commit d8a5f1a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cmd/imagePushToRegistry_generated.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions resources/metadata/imagePushToRegistry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
- name: targetImages
type: "[]string"
description: |
Defines the names (incl. tag) of the images that will be pushed to the target registry. If empty, sourceImages will be used.
Defines the names (incl. tag) of the images that will be pushed to the target registry. If empty, sourceImages will be used.
Please ensure that targetImages and sourceImages correspond to each other: the first image in sourceImages will be mapped to the first image in the targetImages parameter.
scope:
- PARAMETERS
Expand All @@ -35,7 +35,9 @@ spec:
param: container/imageNameTags
- name: sourceImages
type: "[]string"
description: Defines the names (incl. tag) of the images that will be pulled from source registry. This is helpful for moving images from one location to another.
description: |
Defines the names (incl. tag) of the images that will be pulled from source registry. This is helpful for moving images from one location to another.
Please ensure that targetImages and sourceImages correspond to each other: the first image in sourceImages will be mapped to the first image in the targetImages parameter.
mandatory: true
scope:
- PARAMETERS
Expand Down

0 comments on commit d8a5f1a

Please sign in to comment.