Closed condar-metacell closed 2 months ago
Closes CH-137
Added the namespace to the usesvolume labels and pod affinity label selectors.
usesvolume
...
Run harness-deployment . -i samples -n <whatever>
harness-deployment . -i samples -n <whatever>
Move to deployment/helm and run helm template --debug . > tmp.yaml
deployment/helm
helm template --debug . > tmp.yaml
tmp.yaml should show that the usesvolume labels and selectors will have -<whatever> appended.
tmp.yaml
-<whatever>
breaking-change
alert:deployment
Closes CH-137
Added the namespace to the
usesvolume
labels and pod affinity label selectors....
Run
harness-deployment . -i samples -n <whatever>
Move to
deployment/helm
and runhelm template --debug . > tmp.yaml
tmp.yaml
should show that theusesvolume
labels and selectors will have-<whatever>
appended....
Sanity checks:
Breaking changes (select one):
breaking-change
and the migration procedure is well described abovePossible deployment updates issues (select one):
alert:deployment
Test coverage (select one):
Documentation (select one):
Nice to have (if relevant):