microsoft / fabrikate

Making GitOps with Kubernetes easier one component at a time
MIT License
38 stars 5 forks source link

Support remote urls for static components #249

Closed timfpark closed 5 years ago

timfpark commented 5 years ago

As an operations person, I would like to be able to deploy the Elasticsearch operator in my cluster to be able to create Elasticsearch clusters. The Elasticsearch operator is shipped as a static url (currently at https://download.elastic.co/downloads/eck/0.9.0/all-in-one.yaml).

Currently, using a remote static component url requires that we use prehooks to download a resource like this. To make this easier for component writers, we should support a remote static url, and handle the download of this remote internally.

evanlouie commented 5 years ago

Closed in #254