Add table in README with available templates

This commit is contained in:
tompizmor
2018-04-03 12:10:26 +02:00
parent 4a19891005
commit 386fe868db
+11
View File
@@ -1,3 +1,14 @@
# Bitnami Common
This chart just defines a set of templates so that they can be reused in other charts.
## Available templates
The following table lists the available templates defined in the Bitnami Common chart.
| Parameter | Description | Default |
| ----------------------------- | ----------------------------------------------------------------------------------- | ---------------------- |
| `externaldb.host` | Return the secret key containing the database host given a service broker type | `host` |
| `externaldb.port` | Return the secret key containing the database port given a service broker type | `port` |
| `externaldb.username` | Return the secret key containing the database user given a service broker type | `user` |
| `externaldb.password` | Return the secret key containing the database password given a service broker type | `password` |