This program extends the entire functionality of helm intercepting any --values
paths that include s3://
schema and download them to /tmp
directory before completing the command.
which aws
which openssl
helm plugin install https://github.com/woodcockjosh/s3-values.git
helm s3-values install world ./examples/charts/hello \
--values s3://helm-s3-values-example/values.yaml
helm s3-values upgrade world ./examples/charts/hello \
--values s3://helm-s3-values-example/values.yaml
helm s3-values somecommand --values s3://helm-s3-values-example/values.yaml