feature: add test and destroy to makefile
This commit is contained in:
parent
1eed67f977
commit
7bf30551cb
6
Makefile
6
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
|
Loading…
Reference in New Issue
Block a user