Currently, the default workspace is default, so if someone uses the chart in a namespace where another release is already using this chart, the terraform state will be overridden, unless the workspace value is changed.
This would make the default behaviour fool proof to that mistake, but requires all the existing releases to be switched over
Currently, the default workspace is
default
, so if someone uses the chart in a namespace where another release is already using this chart, the terraform state will be overridden, unless theworkspace
value is changed.This would make the default behaviour fool proof to that mistake, but requires all the existing releases to be switched over