feat(pihole): Move to separate k8s namespace
This commit is contained in:
parent
c8ddbb6aeb
commit
2853429dc4
6 changed files with 59 additions and 49 deletions
|
@ -88,4 +88,6 @@
|
|||
"${self}/kubenix-modules/paperless.nix" "paperless" "paperless";
|
||||
kubenix.syncthing = mkDeployScriptAndManifest
|
||||
"${self}/kubenix-modules/syncthing.nix" "syncthing" "syncthing";
|
||||
kubenix.pihole = mkDeployScriptAndManifest
|
||||
"${self}/kubenix-modules/pihole.nix" "pihole" "pihole";
|
||||
})
|
||||
|
|
Reference in a new issue