feat: add helmified and argofied vcluster setup
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
with import <nixpkgs> {};
|
||||
mkShell rec {
|
||||
nativeBuildInputs = [
|
||||
dapr-cli
|
||||
vcluster
|
||||
];
|
||||
|
||||
shellHook = '' '';
|
||||
}
|
||||
Reference in New Issue
Block a user