Merge pull request #217449 from azuwis/helm-plugins

This commit is contained in:
Sandro 2023-02-24 00:23:20 +01:00 committed by GitHub
commit 6114f0e687
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 { };