-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
fix(argo-cd): Fix required cluster credentials name #3136
Conversation
Signed-off-by: atgane <[email protected]>
Signed-off-by: atgane <[email protected]>
Could you please update changelog as well? |
Signed-off-by: atgane <[email protected]>
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.
Almost LGTM. I'd remove the lines inside the README.md/README.md.gotpl since our users will not notice this change.
charts/argo-cd/README.md.gotmpl
Outdated
### 7.7.17 | ||
|
||
In clusterCredentials, key is used as the name of the cluster that will be registered in argocd. We have simplified the above condition by removing the require function. | ||
|
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.
Since there is no action required of our chart users, we can remove these lines. We use this chapter in the README only to instruct our users how to upgrade when special action is required.
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.
Thank you for your reply. I didn't really have anything to write because nothing has changed from the user's perspective, so I appreciate you clearing that up.
Signed-off-by: Marco Maurer <[email protected]>
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 implemented the requested changes for you (drop the unnecessary entries inside README).
Now LGTM.
Thanks for your contribution 🙏
resummit [https://github.com/argoproj/argo-helm/pull/3111]
Fixes #3110
Checklist: