From 7bf30551cbcd926b9b3d93589149bdcb6fa1cc0b Mon Sep 17 00:00:00 2001 From: RouxAntoine Date: Fri, 3 Nov 2023 16:47:33 +0100 Subject: [PATCH] feature: add test and destroy to makefile --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Makefile b/Makefile index 2fa76fe..0061f82 100644 --- a/Makefile +++ b/Makefile @@ -7,3 +7,9 @@ crds: clean crd2pulumi --go ~/Documents/virtualization/kubeadm/cert-manager/cert-manager/1-crds.yaml crd2pulumi --go ~/Documents/virtualization/kubeadm/external-dns/2-crds.yaml helm -n kube-ingress show crds traefik/traefik | yq 'del(. | select(.spec.group == "traefik.containo.us"))' | crd2pulumi --go - + +test: + pulumi up --stack prod + +destroy: + pulumi destroy --stack prod \ No newline at end of file