From eb057d618819a2709eebe48d75cba383f7ae8851 Mon Sep 17 00:00:00 2001 From: Tom McLaughlin Date: Thu, 1 Aug 2024 22:12:50 -0700 Subject: [PATCH] Another fix --- .../lib/Test/Sandwich/Contexts/Kubernetes/MinioS3Server.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sandwich-contexts-kubernetes/lib/Test/Sandwich/Contexts/Kubernetes/MinioS3Server.hs b/sandwich-contexts-kubernetes/lib/Test/Sandwich/Contexts/Kubernetes/MinioS3Server.hs index a33e466d..c956de11 100644 --- a/sandwich-contexts-kubernetes/lib/Test/Sandwich/Contexts/Kubernetes/MinioS3Server.hs +++ b/sandwich-contexts-kubernetes/lib/Test/Sandwich/Contexts/Kubernetes/MinioS3Server.hs @@ -169,7 +169,7 @@ withK8SMinioS3Server' kubectlBinary kcc@(KubernetesClusterContext {..}) MinioOpe return userAndPassword - let destroy _ = + let destroy _ = do info [i|-------------------------- DESTROYING --------------------------|] runWithKubeConfig kubectlBinary ["delete", "-k", kustomizationDir , "--namespace", toString minioS3ServerNamespace]