Fixing mongodb_uri in NBI/LCM for storage
[osm/devops.git] / installers / charm / nbi / config.yaml
index ff6b7e1..a3d94bc 100644 (file)
@@ -44,6 +44,10 @@ options:
     type: string
     description: Ingress URL
     default: ""
+  cluster_issuer:
+    type: string
+    description: Name of the cluster issuer for TLS certificates
+    default: ""
   log_level:
     description: "Log Level"
     type: string
@@ -60,3 +64,6 @@ options:
     type: boolean
     description: Enable test endpoints of NBI.
     default: false
+  mongodb_uri:
+    type: string
+    description: MongoDB URI (external database)