pachyderm / helmchart

Helm Chart for Pachyderm
5 stars 9 forks source link

Divorce pachd storage backend from cloud backend for etcd/postrges #125

Closed chainlink closed 3 years ago

chainlink commented 3 years ago

For scenarios where we're disabling pachd (it enterprise only) pachd.storage.backend is not specified, but we still need a way to tell etcd/postgres which storageclass to deploy (if necessary)

chainlink commented 3 years ago

Another option @seslattery suggested is to have a top level option for target (ie. GCP, Local, etc) and have all options for etcd, pg, pachd, inherit from that