-
Notifications
You must be signed in to change notification settings - Fork 62
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
ArgoCD crossplane application fails to be deployed as it uses a wrong Argocd project name #42
Comments
hmmm, the default value for idpbuilder/pkg/cmd/create/root.go Line 34 in ff13799
so, the current fix in #43 still won't work unless users explicitly pass i suggest we remove the Separately though, do we see any particular value in having a configurable buildName? |
Such a "build name" is also used as the name to configure the kind cluster to be deleted/created. See here: https://github.com/cnoe-io/idpbuilder/blob/main/pkg/kind/cluster.go#L81 or https://github.com/cnoe-io/idpbuilder/blob/main/pkg/kind/cluster.go#L95. |
As my pr has been merged, I suggest to close this issue but that we create another one or several to:
|
problem is the PR doesnt fix the issue unless we change the default value for Also, this needs fixing before we cut a release. |
I suggest use the default project for this release.
I also agree with this. |
I like this idea. Build name is a leftover from when this whole thing was in ideation - it makes sense to only support one "build" per cluster as all the CRDs and many of the controllers we're installing are singleton. |
Issue
The ArgoCD crossplane application fails to be deployed as it refers to a wrong project name. Name should be:
idpbuilder-local-gitserver
and notidpbuilder-embedded-gitserver
The text was updated successfully, but these errors were encountered: