nixpkgs/pkgs/applications/networking/cluster/helm
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
..
plugins kubernetes-helm: support plugins 2021-03-03 13:50:19 -06:00
default.nix kubernetes-helm: 3.4.2 -> 3.5.2 2021-02-07 16:12:49 +00:00
wrapper.nix kubernetes-helm: support plugins 2021-03-03 13:50:19 -06:00