mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-29 17:41:13 +00:00
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