David Arnold
|
0c99276b50
|
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"
|
2021-05-31 21:46:13 -05:00 |
|
David Arnold
|
7b057d8c0f
|
adapt remaining tests to kubetest
|
2021-05-13 22:58:11 -04:00 |
|
David Arnold
|
8a20c93b21
|
add nixos-k8s runtime & rmove k3s runtime
|
2021-05-13 20:42:56 -04:00 |
|
Xavier Zwirtz
|
0f8a36710c
|
wip k3s support
|
2021-04-28 14:28:44 -05:00 |
|
David Arnold
|
7a93fdce23
|
fix test executability
|
2021-04-28 13:43:24 -05:00 |
|
Jaka Hudoklin
|
acd93f0748
|
fix tests and examples
|
2020-01-14 19:13:44 +00:00 |
|
Jaka Hudoklin
|
fc9abaa519
|
feat(examples/nginx-deployment): minor refactor, fixes and e2e test
|
2019-03-07 23:24:28 +01:00 |
|