-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
Invalid plan does not trigger terraform errors #52
Comments
@eviln1 Hey! Thanks for reporting. From what I can see from the logs you've shared, it seems like they're internal errors between the helmfile provider and Terraform, not from helmfile. So you can safely assume that the plan is ok. At least those messages are red herring - I'll investigate a bit to suppress them. Or - do you by any chance have another log that indicates that the plan is actually failing due to KUBECONFIG parsing as you mentioned? I'd appreciate it if you could share another log if there's any! |
Thanks alot @mumoshu .
The |
@eviln1 Thanks for the response! It's confusing but |
And there's some logic in the provider that prevents tf from producing an invalid plan when the specified kubeconfig file doesn't exist, as tf gives us an empty string for Maybe we can improve this by, e.g. checking if the |
Ok I understand better. |
Hi @mumoshu ; thanks for developing this provider <3
I just started to learn using it and I ran into this issue during
terraform plan
phase:I would expect that any errors encountered during the
plan
phase would result in an invalid plan.This is the setup:
Not 100% what the real error is; from what I can gather so far it's related to
KUBECONFIG
parsing - looks like it's using the base64 encoded CA as server name; If I can confirm it will open a separate issue.Thanks again.
The text was updated successfully, but these errors were encountered: