Helm Parameters with no specified force_string show are replaced whenever another parameter changes. #383
Labels
bug
Something isn't working
help wanted
Community help wanted!
on-hold
Issues or Pull Requests with this label will never be considered stale
Stale
Adding Helm Parameters without specifying a value for
force_string
usefalse
as a default. This does not show any diff until there is another change any parameter is changed or added, in which case the terraform plan shows all parameters using the default value forforce_string
are being removed and re-added withoutforce_string
.If a parameter is explicitly configured with a value for
force_string
, the plan does not show it being removed.Terraform Version, ArgoCD Provider Version and ArgoCD Version
Affected Resource(s)
Terraform Configuration Files
Steps to Reproduce
terraform apply
the example aboveterraform plan
force_string
.force_string = false
to the service.type.terraform plan
Expected Behavior
Helm parameters with no specified
force_string
should only be changed if that parameter'svalue
changes.Actual Behavior
Helm parameters with no specified
force_string
are changed whenever there is another change to parameters.Example plan:
Community Note
The text was updated successfully, but these errors were encountered: