mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 08:00:06 +01:00
fix(k8s): use plural aliases instead of kinds
This commit is contained in:
parent
6fdddc0188
commit
ae3b208821
9 changed files with 401 additions and 401 deletions
|
|
@ -89,7 +89,7 @@ in {
|
|||
kubenix.k8s
|
||||
];
|
||||
|
||||
kubernetes.api.Pod.my-pod = {
|
||||
kubernetes.api.pods.my-pod = {
|
||||
metadata.name = submodule.name;
|
||||
};
|
||||
};
|
||||
|
|
@ -106,7 +106,7 @@ in {
|
|||
|
||||
config = {
|
||||
args.replicas = 9;
|
||||
kubernetes.api.Deployment.nginx.metadata.namespace = "other-namespace";
|
||||
kubernetes.api.deployments.nginx.metadata.namespace = "other-namespace";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue