From 6bfc99d066c616dbaaee6912cf576045f5883595 Mon Sep 17 00:00:00 2001 From: Lumpiasty Date: Wed, 18 Feb 2026 00:04:30 +0100 Subject: [PATCH] add browse-pvc krew plugin --- devenv.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/devenv.nix b/devenv.nix index 77a0be0..21d7479 100644 --- a/devenv.nix +++ b/devenv.nix @@ -33,6 +33,7 @@ in (kubectl.withKrewPlugins (plugins: with plugins; [ mayastor openebs + browse-pvc ])) ansible fluxcd