You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The same happens when you deploy an Helm Chart containing a Deployment Manifest and if you scale the service outside Terraform, it doesn't recognize / enforces back the values form chart.
The option force_update also doesn't help.
These kind of changes are detected with the helm CLI
Terraform, Provider, Kubernetes and Helm Versions
Affected Resource(s)
Terraform Configuration Files
First apply:
Second apply:
Debug Output
From running terraform apply with HELM_DEBUG=1:
Steps to Reproduce
terraform apply
to create initial releasehelm_release
terraform apply
to create second releasehelm rollback
to the first releaseterraform apply
does not detect the driftExpected Behavior
terraform apply
should detect the drift.Actual Behavior
The terraform state file is not updated properly and the drift is not detected.
Important Factoids
values
andset
fieldsCommunity Note
The text was updated successfully, but these errors were encountered: