bcgov / cas-pipeline

A collection of make functions used to compose pipelines
Apache License 2.0
0 stars 0 forks source link

Tech Debt: make terraform chart default the workspace to the release name #93

Open pbastia opened 8 months ago

pbastia commented 8 months ago

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