K8s: remove helm-secrets - borked security

This commit is contained in:
Filippo Berto 2024-05-21 11:15:19 +02:00
parent 0a97316494
commit 30e010a013
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED

View file

@ -6,7 +6,7 @@
plugins = builtins.attrValues {
inherit (pkgs.kubernetes-helmPlugins)
helm-diff
helm-secrets
# helm-secrets
;
};
})