-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Skip change the value.yaml #153
Conversation
// if c.GetTarget().GetContainerRegistry() == "" { | ||
// return errors.Errorf(`"target.containerRegistry" cannot be empty`) | ||
// } | ||
// if c.GetTarget().GetContainerRepository() == "" { | ||
// return errors.Errorf(`"target.containerRepository" cannot be empty`) | ||
// } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you fully delete these lines?
thanks for your contribution! |
@yankay let me know if you can apply the requested changes! |
Hello @yankay I will merge your PR and apply some changes separatelly. Thank you for your contribution! |
Signed-off-by: Joseda Rios <jdrios@vmware.com>
Signed-off-by: Joseda Rios <jdrios@vmware.com>
Thanks @jotadrilo very much. Sorry for my late |
Skip change the value.yaml if not set
reslove : #104