Azure / draft-classic

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

Support for helm without Tiller #944

Closed eduardobcastro closed 4 years ago

eduardobcastro commented 4 years ago

When we don't want to install Tiller in the cluster we can use helm template | kubectl apply -f - instead. Helm 3 is also going to moving away from Tiller. It would be nice to support that approach.

bacongobbler commented 4 years ago

See #958.