-
Notifications
You must be signed in to change notification settings - Fork 374
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
Applying CRD and chart on same TF #976
Comments
Seeing the same error while installing
Downgrading to terraform {
required_providers {
helm = {
source = "hashicorp/helm"
version = "~> 2.6.0"
}
} |
Same issue here, I need terraform apply suggest to remove CRDs check in provider >= 2.7.0. |
@BBBmau I see you added the If not, can't there just be a flag in this provider to disable the render during the plan like @moreiramarti suggested? |
I'm unable to deploy Traefik with the latest version of this provider. Can we please get an escape hatch to disable this behaviour? |
Hi @moreiramarti the provider should only try and render a manifest at plan time if you have Perhaps there is a case for having two toggles for |
Hi @jrhouston Indeed, I had this option activated. Thank you for your feedback |
Marking this issue as stale due to inactivity. If this issue receives no comments in the next 30 days it will automatically be closed. If this issue was automatically closed and you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. This helps our maintainers find and focus on the active issues. Maintainers may also remove the stale label at their discretion. Thank you! |
ugh, a stale bot. |
Also having this issue with external-secrets-operator |
I am also facing this issue while deploying Grafana Alloy using the v2.15.0 of the helm provider, is there any other workaround? |
Would be nice to have dependency, |
Terraform, Provider, Kubernetes and Helm Versions
Affected Resource(s)
Terraform Configuration Files
Debug Output
NOTE: In addition to Terraform debugging, please set HELM_DEBUG=1 to enable debugging info from helm.
Panic Output
Steps to Reproduce
terraform apply
Expected Behavior
This behavior seems expected since v2.7.0 (PR)
Is it possible to have on option to disable manifest rendering during plan ?
Actual Behavior
Important Factoids
References
Community Note
The text was updated successfully, but these errors were encountered: