mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-23 17:28:33 +02:00
feat: add a test k3s cluster running on kubevirt
This commit is contained in:
@@ -236,6 +236,12 @@ in {
|
||||
file = "${mysecrets}/server/k3s-prod-1-token.age";
|
||||
}
|
||||
// high_security;
|
||||
|
||||
"k3s-test-1-token" =
|
||||
{
|
||||
file = "${mysecrets}/server/k3s-test-1-token.age";
|
||||
}
|
||||
// high_security;
|
||||
};
|
||||
})
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user