mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-30 09:51:23 +00:00
Merge pull request #3354 from Shell32-Natsu/set-image
describe the format of image tag that is allowed
This commit is contained in:
@@ -73,6 +73,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 '-'.
|
||||
`,
|
||||
RunE: func(cmd *cobra.Command, args []string) error {
|
||||
err := o.Validate(args)
|
||||
|
||||
Reference in New Issue
Block a user