Skip to content

fix: update ConfigMap name in Argo CD root path retrieval script #514

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

Merged
merged 1 commit into from
May 27, 2025

Conversation

ATGardner
Copy link
Contributor

What

no need for env variable - the argocd-cmd-params-cm ConfigMap name is hard-coded into argo-helm templates

Why

the current check does not include the ARGOCD_CM_PARAMS_NAME env var at all, which makes the root.path check fail (with a warning) every time. will not work if customers do use a root.path value in their byo installtion.

Notes

@ATGardner ATGardner requested a review from a team as a code owner May 26, 2025 05:43
@ATGardner ATGardner self-assigned this May 26, 2025
@ATGardner
Copy link
Contributor Author

/e2e

Change the ConfigMap name from a variable to the actual name 'argocd-cmd-params-cm'
in the validate-values.yaml script to ensure correct fetching of the root path.
This improves clarity and prevents potential issues with undefined variables.
@ATGardner ATGardner force-pushed the fix/argocd-validation-root-path branch from fc1c8bc to 2c2ad37 Compare May 26, 2025 19:25
@ATGardner
Copy link
Contributor Author

/e2e

@ATGardner ATGardner merged commit 5d3be94 into main May 27, 2025
3 checks passed
@ATGardner ATGardner deleted the fix/argocd-validation-root-path branch May 27, 2025 06:21
dmaizel pushed a commit that referenced this pull request May 28, 2025
Change the ConfigMap name from a variable to the actual name 'argocd-cmd-params-cm'
in the validate-values.yaml script to ensure correct fetching of the root path.
This improves clarity and prevents potential issues with undefined variables.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants