feat(k8s): use view-secret from nixpkgs

This commit is contained in:
winston 2023-07-25 15:16:45 +02:00
parent 4572aceb06
commit 7628735941
Signed by: winston
GPG key ID: 3786770EDBC2B481

View file

@ -4,7 +4,9 @@
...
}: {
home.packages = with pkgs; [
(wrapHelm kubernetes-helm {plugins = [kubernetes-helmPlugins.helm-diff];})
(wrapHelm kubernetes-helm {
plugins = [kubernetes-helmPlugins.helm-diff];
})
cmctl
dyff
gojq
@ -14,6 +16,7 @@
kubecolor
kubeconform
kubectl
kubectl-view-secret
kubectx
kubepug
kubeseal