feat: initial support for e2e tests

This commit is contained in:
Jaka Hudoklin 2019-02-20 09:34:15 +01:00
parent b1319684c7
commit 3549610e0e
No known key found for this signature in database
GPG key ID: 6A08896BFD32BD95
5 changed files with 147 additions and 11 deletions

View file

@ -1,4 +1,6 @@
{ config, test, kubenix, ... }:
{ config, test, kubenix, k8s, ... }:
with k8s;
let
cfg = config.kubernetes.api.pods.nginx;