Some argue that Helm and Terraform should be kept separate because they are both "state managers".
Personally, I prefer dealing with any issues from deploying applications to Kubernetes outside of Terraform's state management, it gets quite annoying otherwise.
Why you don't use the helm provider and avoid to do bash script to install helm charts?
Some argue that Helm and Terraform should be kept separate because they are both "state managers".
Personally, I prefer dealing with any issues from deploying applications to Kubernetes outside of Terraform's state management, it gets quite annoying otherwise.
Deploy the helm chart using argocd, but using script to call helm, doesn’t look like so clean