Add flux to shell for cluster administration

This commit is contained in:
Joseph Hanson 2024-07-04 14:34:34 -05:00
parent d6293f4f2e
commit cda2916eb8
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -13,5 +13,6 @@ pkgs.mkShell {
k9s
kubectl
kubevirt
fluxcd
];
}