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:
@@ -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",
|
||||
|
Reference in New Issue
Block a user