numerous-cricket-77085
10/14/2024, 11:57 AMFAIL test ConfigMap template custom-deployment/tests/env_configmap_test.yaml
- should render with the correct env variables from the values.yaml
Error: open custom-deployment/tests/values.yaml: no such file or directory
Looking in the sandboxes this is also confirmed. The values file is not there.
In our tests folder we have the BUILD file with:
helm_unittest_tests(dependencies=[":values"])
resources(name="values", sources=["values.yaml"])
We are starting to suspect that there might be a bug in pants version 2.21.0. Which is the one that we are using. Any thoughts?better-van-82973
10/14/2024, 4:32 PM--keep-sandboxes
, ex:
pants --keep-sandboxes test <your helm target here>
And then, you can inspect the contents of the sandbox to see if your values.yaml
file shows up alongside your testnumerous-cricket-77085
10/15/2024, 7:18 AMnumerous-cricket-77085
10/15/2024, 7:19 AM