mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 08:00:06 +01:00
docs: redeploy site when README.md changes
This commit is contained in:
parent
07ba711056
commit
7a64a0f599
2 changed files with 7 additions and 7 deletions
|
|
@ -36,7 +36,7 @@ Or, if you're not using flakes, a `default.nix` file (build with `nix-build`):
|
|||
rev = "main";
|
||||
}) }:
|
||||
(kubenix.evalModules.x86_64-linux {
|
||||
module = {kubenix, ... }: {
|
||||
module = { kubenix, ... }: {
|
||||
imports = [ kubenix.modules.k8s ];
|
||||
kubernetes.resources.pods.example.spec.containers.nginx.image = "nginx";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue