cockroachdb / cockroachdb-cloudformation

Quickly setup dev/test CockroachDB clusters using AWS CloudFormation and Kubernetes
https://www.cockroachlabs.com/
Apache License 2.0
12 stars 4 forks source link

Don't hardcode directory for stateful set config #16

Closed nstewart closed 6 years ago

nstewart commented 6 years ago

In scripts/setup-k8s-master.sh.in the absolute path to the stateful set config is hard coded. It should use the user-provided bucket name so devs can provide their own configurations when they create stacks.