tests(stdlib/k8s/helm): test basic helm chart

tests(stdlib/k8s/helm): add verification
style(tests/): rename helper into verify to confirm that deployments works

Signed-off-by: Tom Chauveau <tom.chauveau@epitech.eu>
This commit is contained in:
Tom Chauveau
2021-04-09 16:46:25 +02:00
parent e19a71e67c
commit 32d523aa71
18 changed files with 496 additions and 57 deletions

View File

@@ -106,8 +106,8 @@ func startBuildkit(ctx context.Context) error {
// FIXME: buildkitd currently runs without network isolation (--net=host)
// in order for containers to be able to reach localhost.
//This is required for things such as kubectl being able to
//reach a KinD/minikube cluster locally
// This is required for things such as kubectl being able to
// reach a KinD/minikube cluster locally
cmd = exec.CommandContext(ctx,
"docker",
"run",