mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 08:00:06 +01:00
fix: test kubernetes manifest
nix-repl> test-nginx = g.config.testing.testsByName.nginx-deployment.evaled.config.kubernetes.resources.deployments.nginx nix-repl> test-nginx.spec.template.spec.containers.nginx.image "nginx:dy4y4j45arjj9sgyjb90sv035sxglpv8" vs nix-repl> nginx = g.config.kubernetes.resources.deployments.nginx nix-repl> nginx.spec.template.spec.containers.nginx.image "docker.io/gatehub/nginx:dy4y4j45arjj9sgyjb90sv035sxglpv8"
This commit is contained in:
parent
80d3a595f5
commit
0c99276b50
3 changed files with 5 additions and 5 deletions
|
|
@ -15,7 +15,7 @@ let
|
|||
kubenix.project = mkDefault config.name;
|
||||
_module.args = {
|
||||
inherit kubenix;
|
||||
test = config;
|
||||
test = evaled.config;
|
||||
} // testing.args;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue