kubenix.submodule example used to create resources in multiple namespaces (#22)

This commit is contained in:
Adrian 2023-05-25 05:57:03 +01:00 committed by GitHub
parent 20907f568e
commit a90fdc0eae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 148 additions and 0 deletions

View file

@ -0,0 +1,9 @@
{kubenix ? import ../../../..}:
kubenix.evalModules.x86_64-linux {
module = {kubenix, ...}: {
imports = [./module.nix];
kubenix.project = "multi-namespace-example";
kubernetes.version = "1.24";
};
}