about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/helm/plugins/default.nix
diff options
context:
space:
mode:
authorEric Bailey <eric@ericb.me>2023-06-24 22:55:03 -0500
committerEric Bailey <yurrriq@users.noreply.github.com>2023-07-26 17:10:20 -0500
commit1a07a20bc011e3793b56c44fe69a29177c975cc9 (patch)
tree645c79b1480d1d7bb7b1046f6a82c973ae727d44 /pkgs/applications/networking/cluster/helm/plugins/default.nix
parent8c068dfddb151976b02bd6c29a55e3023c53af84 (diff)
kubernetes-helmPlugins.helm-unittest: init at 0.3.3
Diffstat (limited to 'pkgs/applications/networking/cluster/helm/plugins/default.nix')
-rw-r--r--pkgs/applications/networking/cluster/helm/plugins/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/networking/cluster/helm/plugins/default.nix b/pkgs/applications/networking/cluster/helm/plugins/default.nix
index 16fceff4ee1a8..1a6aa12a91e5b 100644
--- a/pkgs/applications/networking/cluster/helm/plugins/default.nix
+++ b/pkgs/applications/networking/cluster/helm/plugins/default.nix
@@ -12,4 +12,6 @@
 
   helm-secrets = callPackage ./helm-secrets.nix { };
 
+  helm-unittest = callPackage ./helm-unittest.nix { };
+
 }