feature: add test and destroy to makefile

This commit is contained in:
RouxAntoine 2023-11-03 16:47:33 +01:00
parent 1eed67f977
commit 7bf30551cb
Signed by: antoine
GPG Key ID: 098FB66FC0475E70
1 changed files with 6 additions and 0 deletions

View File

@ -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