jetstack / navigator

Managed Database-as-a-Service (DBaaS) on Kubernetes
Apache License 2.0
271 stars 31 forks source link

Sync cluster templates used in e2e tests with examples in docs #260

Open kragniz opened 6 years ago

kragniz commented 6 years ago

/kind feature

Currently it's easy for the example clusters to get out of date. Instead of maintaining two separate definitions, we should have a script that generates the examples based on the templates used in e2e tests. This ensures the examples are valid (since they've passed e2e tests), and reduces the amount of effort to maintain them.

We could additionally add a check in CI to make sure the examples are kept in sync.