-
Notifications
You must be signed in to change notification settings - Fork 43
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
Allow no-validate parameter for docker registry #23
Allow no-validate parameter for docker registry #23
Conversation
@abhinaybyrisetty - Can you please review? |
Yeah, this change looks good. But, skipping validation shouldn't be recommended unless extremely necessary. Perhaps, making client-timeout as configurable is a better option than skipping validation. |
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.
I'm afraid these changes won't fully solve the problem as validation will be done during hal deploy apply
as well
Thanks for picking this up so fast 🙏
AFAIK, there is no such option. A ticket was created for this but went stale.
@abhinaybyrisetty Fortunately this command does have parameters to configure timeout behavior such as |
Thanks for pointing it out @abhinaybyrisetty, I did not see it before. I did just try it but unfortunately it looks like it is not used during validation (executed in Halyard pod):
|
@abhinaybyrisetty did you have some time to check out my findings? Is there is anything I can do to help in this PR? |
@Badbond then I think, having the option to skip validation is the more convenient at the moment. Let's submit that. |
@ranesagar I made some changes to the folder structure and added a github action to automate release. You might want to rebase the code. |
a6b4e3e
to
4bafcd7
Compare
@abhinaybyrisetty - PTAL |
Thanks for rebasing @ranesagar. @abhinaybyrisetty did you have time to check this one out? Anything I can help with? |
LGTM, please bump the chart version to automatically publish the chart to helm repo. |
@abhinaybyrisetty - PTAL |
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.
LGTM
Solves #22
From: https://github.com/spinnaker/halyard/blob/master/docs/commands.md#hal-config-provider-docker-registry
--no-validate: (Default: false) Skip validation.