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