Skip to content

Commit

Permalink
Add documentation/help on preserving the digest
Browse files Browse the repository at this point in the history
Issue: #3487
  • Loading branch information
dimw committed Jan 25, 2021
1 parent 9b4fdcf commit ae060cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kustomize/internal/commands/edit/set/setimage.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ images:
to the kustomization file if it doesn't exist,
and overwrite the previous ones if the image name exists.
The image tag can only contain alphanumeric, '.', '_' and '-'. Passing * (asterisk) either in the new name
or in new tag will preserve the appropriate values from the kustomization file.
The image tag can only contain alphanumeric, '.', '_' and '-'. Passing * (asterisk) either as the new name,
the new tag, or the digest will preserve the appropriate values from the kustomization file.
`,
RunE: func(cmd *cobra.Command, args []string) error {
err := o.Validate(args)
Expand Down

0 comments on commit ae060cc

Please sign in to comment.