refactor(cert-manager): Consolidate NixOS module
This commit is contained in:
parent
7a915f0928
commit
7a40738989
10 changed files with 13 additions and 8 deletions
|
@ -58,12 +58,12 @@
|
|||
|
||||
deployers = {
|
||||
bootstrap-default = {
|
||||
module = "${self}/kubenix-modules/bootstrapDefault.nix";
|
||||
module = "${self}/kubenix-modules/bootstrap-default.nix";
|
||||
namespace = "default";
|
||||
};
|
||||
|
||||
bootstrap-kube-system = {
|
||||
module = "${self}/kubenix-modules/bootstrapKubeSystem.nix";
|
||||
module = "${self}/kubenix-modules/bootstrap-kube-system.nix";
|
||||
namespace = "kube-system";
|
||||
};
|
||||
|
||||
|
|
Reference in a new issue