mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 16:10:05 +01:00
feat(kubernetes): support for defaults for all resources
This commit is contained in:
parent
1d2732d7b6
commit
722e001790
2 changed files with 13 additions and 1 deletions
|
|
@ -53,5 +53,7 @@ with lib;
|
|||
kubernetes.defaultModuleConfiguration = [{
|
||||
kubernetes.defaults.deployments.spec.replicas = 3;
|
||||
}];
|
||||
|
||||
kubernetes.defaults.all.metadata.namespace = "test";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue