-
Notifications
You must be signed in to change notification settings - Fork 55
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
Don't use kubernetes-alpha provider for now #192
Comments
mcanevet
added a commit
to mcanevet/devops-stack
that referenced
this issue
Nov 4, 2020
mcanevet
added a commit
to mcanevet/devops-stack
that referenced
this issue
Nov 4, 2020
mcanevet
added a commit
to mcanevet/devops-stack
that referenced
this issue
Nov 4, 2020
mcanevet
added a commit
to mcanevet/devops-stack
that referenced
this issue
Nov 4, 2020
mcanevet
added a commit
to mcanevet/devops-stack
that referenced
this issue
Nov 4, 2020
mcanevet
added a commit
to mcanevet/devops-stack
that referenced
this issue
Nov 4, 2020
mcanevet
added a commit
to mcanevet/devops-stack
that referenced
this issue
Nov 4, 2020
mcanevet
added a commit
to mcanevet/devops-stack
that referenced
this issue
Nov 4, 2020
mcanevet
added a commit
to mcanevet/devops-stack
that referenced
this issue
Nov 4, 2020
mcanevet
added a commit
to mcanevet/devops-stack
that referenced
this issue
Nov 4, 2020
mcanevet
added a commit
to mcanevet/devops-stack
that referenced
this issue
Nov 4, 2020
mcanevet
added a commit
to mcanevet/devops-stack
that referenced
this issue
Nov 4, 2020
mcanevet
added a commit
to mcanevet/devops-stack
that referenced
this issue
Nov 4, 2020
mcanevet
added a commit
to mcanevet/devops-stack
that referenced
this issue
Nov 4, 2020
mcanevet
added a commit
to mcanevet/devops-stack
that referenced
this issue
Nov 4, 2020
mcanevet
added a commit
to mcanevet/devops-stack
that referenced
this issue
Nov 4, 2020
mcanevet
added a commit
to mcanevet/devops-stack
that referenced
this issue
Nov 4, 2020
mcanevet
added a commit
to mcanevet/devops-stack
that referenced
this issue
Nov 4, 2020
mcanevet
added a commit
to mcanevet/devops-stack
that referenced
this issue
Nov 4, 2020
mcanevet
added a commit
to mcanevet/devops-stack
that referenced
this issue
Nov 4, 2020
mcanevet
added a commit
to mcanevet/devops-stack
that referenced
this issue
Nov 4, 2020
mcanevet
added a commit
to mcanevet/devops-stack
that referenced
this issue
Nov 4, 2020
mcanevet
added a commit
to mcanevet/devops-stack
that referenced
this issue
Nov 4, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think Service side planning is incompatible by design with ArgoCD (at least in automatic mode) and triggers this kind of error :
update dry-run for 'argocd/apps' failed: Apply failed with 1 conflict: conflict with "argocd-application-controller" using argoproj.io/v1alpha1: .spec.source.helm.parameters
.Moreover, it looks like the provider incorrectly identify the OpenAPI ID for the object types (hashicorp/terraform-provider-kubernetes-alpha#123 (comment)) when disabling SSP.
Hence we should not use this provider, at least for now.
The plan would be to create an
app-of-apps
chart and use thehelm
provider to install it.The text was updated successfully, but these errors were encountered: