Move bbtest values from test-values.yaml to values.yaml
Create default bbtest
settings in values.yaml
within package, allowing test-values.yaml to only contain bbtest.enabled: true
for running the tests. This allows any pipeline to inherit the default bbtest settings and run the Helm tests by only setting the enabled flag. It still allows overrides in cases where a test configuration needs to be tweaked.
A/C:
-
- bbtest values in values.yaml with bbtest.enabled: false
by default -
- test-values.yaml in package enabled bbtest bbtest.enabled: true
-
- bbtest values in bigbang test-values.yaml removed leaving only bbtest.enabled: true
and any needed overrides to default values
Edited by Micah Nagel