-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
2.6 RC1: missing required field "pathParamPrefix" in io.argoproj.v1alpha1.ApplicationSet.spec.generators.git #11796
Closed
3 tasks done
Labels
bug
Something isn't working
cherry-pick/2.6
component:application-sets
Bulk application management related
Milestone
Comments
crenshaw-dev
added
the
component:application-sets
Bulk application management related
label
Dec 21, 2022
Good catch, it should definitely be optional. |
This also happens in v2.5.5+fc3eaec |
crenshaw-dev
added
the
regression
Bug is a regression, should be handled with high priority
label
Jan 10, 2023
@alecgerona the string |
crenshaw-dev
removed
the
regression
Bug is a regression, should be handled with high priority
label
Jan 10, 2023
crenshaw-dev
added a commit
that referenced
this issue
Jan 13, 2023
* fix: pathParamPrefix is optional Signed-off-by: Michael Crenshaw <[email protected]> * go mod tidy Signed-off-by: Michael Crenshaw <[email protected]> * fix import Signed-off-by: Michael Crenshaw <[email protected]> * fix codegen Signed-off-by: Michael Crenshaw <[email protected]> Signed-off-by: Michael Crenshaw <[email protected]>
crenshaw-dev
added a commit
that referenced
this issue
Jan 13, 2023
* fix: pathParamPrefix is optional Signed-off-by: Michael Crenshaw <[email protected]> * go mod tidy Signed-off-by: Michael Crenshaw <[email protected]> * fix import Signed-off-by: Michael Crenshaw <[email protected]> * fix codegen Signed-off-by: Michael Crenshaw <[email protected]> Signed-off-by: Michael Crenshaw <[email protected]>
emirot
pushed a commit
to emirot/argo-cd
that referenced
this issue
Jan 27, 2023
* fix: pathParamPrefix is optional Signed-off-by: Michael Crenshaw <[email protected]> * go mod tidy Signed-off-by: Michael Crenshaw <[email protected]> * fix import Signed-off-by: Michael Crenshaw <[email protected]> * fix codegen Signed-off-by: Michael Crenshaw <[email protected]> Signed-off-by: Michael Crenshaw <[email protected]> Signed-off-by: emirot <[email protected]>
schakrad
pushed a commit
to schakrad/argo-cd
that referenced
this issue
Mar 14, 2023
* fix: pathParamPrefix is optional Signed-off-by: Michael Crenshaw <[email protected]> * go mod tidy Signed-off-by: Michael Crenshaw <[email protected]> * fix import Signed-off-by: Michael Crenshaw <[email protected]> * fix codegen Signed-off-by: Michael Crenshaw <[email protected]> Signed-off-by: Michael Crenshaw <[email protected]> Signed-off-by: schakrad <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Something isn't working
cherry-pick/2.6
component:application-sets
Bulk application management related
Checklist:
argocd version
.Describe the bug
After upgrading to 2.6 RC1, we are unable to sync AppSet using a git generator without the
pathParamPrefix
.This is related to #10522 but I thought the prefix would be non mandatory.
To Reproduce
Just create an AppSet with git generator. I can provide an example but any will work.
Expected behavior
pathParamPrefix
should be optional, at least in a transition phase.Screenshots
N/A
Version
Logs
The text was updated successfully, but these errors were encountered: