问题
Is it possible to do the following,(and has anyone been successful)
Having 2 jobs as separate files:
helm/tree/master/general/templates/tests/job1.yaml
helm/tree/master/general/templates/tests/job2.yaml
Call either file using e.g.
helm test general/job1.yaml -n ENV
Instead of
helm test general -n ENV
Or is it limited to all files in that folder being run sequentially?
来源:https://stackoverflow.com/questions/60818255/can-helm-test-be-used-to-run-separate-suites