helm/testdata
Marc Khouzam 7f3339cb4e feat(tests): Allow to provision memory driver
The memory driver is used for go tests. It can also be used from the
command-line by setting the environment variable HELM_DRIVER=memory.
In the latter case however, there was no way to pre-provision some
releases.

This commit introduces the HELM_MEMORY_DRIVER_DATA variable which
can be used to provide a colon-separated list of yaml files specifying
releases to provision automatically.

For example:
   HELM_DRIVER=memory \
   HELM_MEMORY_DRIVER_DATA=./testdata/releases.yaml \
   helm list --all-namespaces

Signed-off-by: Marc Khouzam <marc.khouzam@montreal.ca>
2020-02-21 08:44:38 -05:00
..
crt.pem fix(getter): set up TLS options during .Get() 2019-11-01 15:54:53 -07:00
generate.sh fix(getter): set up TLS options during .Get() 2019-11-01 15:54:53 -07:00
key.pem fix(getter): set up TLS options during .Get() 2019-11-01 15:54:53 -07:00
openssl.conf fix(getter): set up TLS options during .Get() 2019-11-01 15:54:53 -07:00
releases.yaml feat(tests): Allow to provision memory driver 2020-02-21 08:44:38 -05:00
rootca.crt fix(getter): set up TLS options during .Get() 2019-11-01 15:54:53 -07:00
rootca.key fix(getter): set up TLS options during .Get() 2019-11-01 15:54:53 -07:00