Commit Graph

3 Commits

Author SHA1 Message Date
Florian Klink
20c78da41f kubernetes-helmPlugins.helm-git: init at 0.10.0
This is necessary for running `helm` with a helmfile.yaml containing
git+https URLs.
2021-10-17 00:17:17 +02:00
Eric Bailey
93ea4e0102 kubernetes-helmPlugins: build rather than download 2021-03-03 13:50:19 -06:00
Matthieu Coudron
b9bf757503 kubernetes-helm: support plugins
also introduce helm-s3, helm-diff, helm-secrets plugin.

You can create a wrapped helm with these plugins via:

  myHelm = final.wrapHelm final.kubernetes-helm-unwrapped {
    plugins = with final.kubernetes-helmPlugins; [ helm-s3 helm-secrets helm-diff ];
  };

Running `helm plugin list` will show you these are available.
2021-03-03 13:50:19 -06:00