forked from mirrors/nixpkgs
Merge pull request #217449 from azuwis/helm-plugins
This commit is contained in:
commit
6114f0e687
|
@ -30970,7 +30970,7 @@ with pkgs;
|
|||
|
||||
kubernetes-helm-wrapped = wrapHelm kubernetes-helm {};
|
||||
|
||||
kubernetes-helmPlugins = dontRecurseIntoAttrs (callPackage ../applications/networking/cluster/helm/plugins { });
|
||||
kubernetes-helmPlugins = recurseIntoAttrs (callPackage ../applications/networking/cluster/helm/plugins { });
|
||||
|
||||
chart-testing = callPackage ../applications/networking/cluster/helm/chart-testing { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue