-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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(controller): rename cluster batch param and add to argocd-cmd-params-cm #21402
fix(controller): rename cluster batch param and add to argocd-cmd-params-cm #21402
Conversation
…ams-cm Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
❌ Preview Environment deleted from BunnyshellAvailable commands (reply to this comment):
|
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
@mpelekh would you mind reviewing? |
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.
The code looks good to me! Thank you, @crenshaw-dev, for making these changes!
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #21402 +/- ##
==========================================
+ Coverage 55.21% 55.24% +0.03%
==========================================
Files 337 337
Lines 56945 56945
==========================================
+ Hits 31441 31460 +19
+ Misses 22828 22810 -18
+ Partials 2676 2675 -1 ☔ View full report in Codecov by Sentry. |
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.
Change looks good!!
/cherry-pick release-2.14 |
…ams-cm (#21402) * fix(controller): rename cluster batch param and add to argocd-cmd-params-cm Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> * parameterize deployment too Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> * consistency Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> --------- Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
…ams-cm (#21402) (#21419) * fix(controller): rename cluster batch param and add to argocd-cmd-params-cm * parameterize deployment too * consistency --------- Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Co-authored-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
…ams-cm (argoproj#21402) * fix(controller): rename cluster batch param and add to argocd-cmd-params-cm Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> * parameterize deployment too Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> * consistency Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> --------- Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Signed-off-by: Brett C. Dudo <brett@dudo.io>
…ams-cm (argoproj#21402) * fix(controller): rename cluster batch param and add to argocd-cmd-params-cm Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> * parameterize deployment too Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> * consistency Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> --------- Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
…ams-cm (argoproj#21402) * fix(controller): rename cluster batch param and add to argocd-cmd-params-cm Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> * parameterize deployment too Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> * consistency Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> --------- Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Signed-off-by: flbla <flbla@users.noreply.github.com>
…ams-cm (argoproj#21402) * fix(controller): rename cluster batch param and add to argocd-cmd-params-cm Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> * parameterize deployment too Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> * consistency Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> --------- Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
Renamed an env var for consistency. This is a new feature in 2.14, so should be reasonably safe to change the var name.
Made the param configurable via argocd-cmd-params-cm.