Add example in bitnami-common chart

This commit is contained in:
tompizmor
2018-04-13 12:20:33 +02:00
parent 9c748a53f1
commit 6be8221919
2 changed files with 5 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
name: bitnami-common
version: 0.0.1
version: 0.0.2
appVersion: 0.0.1
description: Chart with custom tempaltes used in Bitnami charts.
keywords:
@@ -10,6 +10,6 @@ keywords:
- service
- catalog
maintainers:
- name: Bitnami
- name: bitnami-bot
email: containers@bitnami.com
engine: gotpl

View File

@@ -11,4 +11,6 @@ The following table lists the available templates defined in the Bitnami Common
| `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 | `username` |
| `externaldb.password` | Return the secret key containing the database password given a service broker type | `password` |
| `externaldb.password` | Return the secret key containing the database password given a service broker type | `password` |
> In order to see an example of how to use this template take a look at the [bitnami/node](https://github.com/bitnami/charts/tree/master/bitnami/node) chart