Azure / draft-classic

A tool for developers to create cloud-native applications on Kubernetes.
https://draft.sh
MIT License
3.92k stars 395 forks source link

build configuration not removed on `draft delete` #620

Closed bacongobbler closed 6 years ago

bacongobbler commented 6 years ago

When I run draft delete, I expect the build information in k8s to be removed:

><> draft delete
app 'example-go' deleted
><> kk get cm | grep example-go
NAME                                 DATA      AGE
example-go                           3         22h
fibonacci1729 commented 6 years ago

fixed by #621