mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-13 16:40:05 +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
11
docs/content/examples/namespaces/_index.md
Normal file
11
docs/content/examples/namespaces/_index.md
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
This example demonstrates the use of kubenix submodules, which are built atop of nixos submodule system, to create resources in multiple namespaces.
|
||||
|
||||
{{< source "default.nix" >}}
|
||||
|
||||
Here's a definition of a submodule.
|
||||
|
||||
{{< source "namespaced.nix" >}}
|
||||
|
||||
And here's how it can be used.
|
||||
|
||||
{{< source "module.nix" >}}
|
||||
Loading…
Add table
Add a link
Reference in a new issue