Azure / draft-classic

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

Allow charts in other directories #739

Closed radu-matei closed 6 years ago

radu-matei commented 6 years ago

Right now, if you have you chart in a directory other than charts/, you cannot use Draft.

michelleN commented 6 years ago

What would you like for the behavior to be? Can you give an example of your use case?

radu-matei commented 6 years ago

For example, the OSBA project has the chart under contrib/k8s/charts/open-service-broker-azure.

The first use case would be to specify in draft.toml the relative path that doesn't necessarily have to be under charts/.

(The other use case, which is a separate issue, would be to add in draft.toml a remote chart - however that is tracked in #732 )

michelleN commented 6 years ago

gotchya yea that makes sense to me!