| commit | 1072160c684a35076746d7b789bb0040643d3a20 | [log] [tgz] |
|---|---|---|
| author | sousaedu <eduardo.sousa@canonical.com> | Tue May 18 17:28:17 2021 +0200 |
| committer | sousaedu <eduardo.sousa@canonical.com> | Wed May 19 11:18:35 2021 +0200 |
| tree | d83d726c3df4521c19b0ef2d557d64ab6fdca091 | |
| parent | f5e7f42787e29091128a03339d80838ce4ed8496 [diff] [blame] |
Moving exporter charms to use opslib This commit also includes external DB configuration option. Change-Id: Iddb4adfae582ecfc6af2d797716e386420ad1df8 Signed-off-by: sousaedu <eduardo.sousa@canonical.com>
diff --git a/installers/charm/mongodb-exporter/config.yaml b/installers/charm/mongodb-exporter/config.yaml index 8d3703e..206bca5 100644 --- a/installers/charm/mongodb-exporter/config.yaml +++ b/installers/charm/mongodb-exporter/config.yaml
@@ -41,3 +41,6 @@ type: string description: Name of the cluster issuer for TLS certificates default: "" + mongodb_uri: + type: string + description: MongoDB URI (external database)