mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-13 00:20:07 +01:00
kubenix.submodule example used to create resources in multiple namespaces (#22)
This commit is contained in:
parent
20907f568e
commit
a90fdc0eae
4 changed files with 148 additions and 0 deletions
9
docs/content/examples/namespaces/default.nix
Normal file
9
docs/content/examples/namespaces/default.nix
Normal 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";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue