feat(kubernetes): apply defaults to custom resources

This commit is contained in:
Jaka Hudoklin 2018-01-09 17:03:58 +01:00
parent 208a80f036
commit 317123d5d8
2 changed files with 19 additions and 12 deletions

View file

@ -67,7 +67,5 @@ with lib;
kubernetes.defaultModuleConfiguration.nginx = {
kubernetes.defaults.deployments.spec.replicas = mkDefault 4;
};
kubernetes.defaults.all.metadata.namespace = "test";
};
}