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,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" >}}