-
Notifications
You must be signed in to change notification settings - Fork 89
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(argocd_application_set): Add support for pathParamPrefix #336
feat(argocd_application_set): Add support for pathParamPrefix #336
Conversation
Test is failing with v2.5.18, which makes sense since the feature was released in v2.6. @onematchfox since ArgoCD 2.6 is the new minimum supported version for the provider, can we remove the v2.5.18 acceptance tests and maybe replace them with a version running v2.8.x? |
Also keep attributes in alphabetic order
…Prefix_to_git_generator
Yeah sure, I'll push a commit to your branch to adjust this (and a couple nits that I spotted when looking at the changes you've made). |
This reverts commit f859377.
@ahublersos thanks so much for submitting this. I'm going to merge now. Do you want this released immediately or are you working on something else? |
Happy to help! No rush from me to release, I do plan to work on #333 in the next few days. |
That would be amazing. The help is much appreciated! |
Fixes (#329).
This PR adds support for the pathParamPrefix parameter in the git generator.