-
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
feat(argo-cd): add support for dual stack clusters #2649
Conversation
Signed-off-by: Ludovic Ortega <ludovic.ortega@adminafk.fr>
charts/argo-cd/templates/argocd-application-controller/metrics.yaml
Outdated
Show resolved
Hide resolved
Signed-off-by: Ludovic Ortega <ludovic.ortega@adminafk.fr>
Signed-off-by: Ludovic Ortega <ludovic.ortega@adminafk.fr>
Signed-off-by: Ludovic Ortega <ludovic.ortega@adminafk.fr>
Signed-off-by: Ludovic Ortega <ludovic.ortega@adminafk.fr>
Please update (remove old one and add new one) changelog in Chart.yaml. |
Signed-off-by: Ludovic Ortega <ludovic.ortega@adminafk.fr>
Done |
maybe worth to put this in helpers and allow this this to be a common setting on chart with override per service? im assuming whoever wants dual stack probably wants it globally |
Maybe the simplest solution would be to move the per-service config inside the |
I always let the user choose regarding their setup. In other charts' PRs, they have asked me for per-service or global options as you mentionned, so it depends on your preference. I'll let you decide which one you choose, and I will update the PR to reflect this :) |
Hello, |
I have no strict opinion but I'd go for a global option only. I cannot imagine a use case where you want to have different dualstack configs on component level within Argo CD. ;) Just for simplicity of the code. If someone needs it in the future, we can extend the code at this point. |
No problem, thanks for your answer. I will update the PR to reflect this :) |
Signed-off-by: Ludovic Ortega <ludovic.ortega@adminafk.fr>
Signed-off-by: Ludovic Ortega <ludovic.ortega@adminafk.fr>
Signed-off-by: Marco Maurer (-Kilchhofer) <mkilchhofer@users.noreply.github.com>
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 implementing the requested changes 🙏
Your welcome, thanks for your review :) |
Add support for dual stack clusters
Checklist: