Fix grafana datasource authentication in Charmed OSM
[osm/devops.git] / installers / charm / pla / config.yaml
index ae90304..642c165 100644 (file)
@@ -24,3 +24,16 @@ options:
     description: Common Key for Mongo database
     type: string
     default: osm
+  mongodb_uri:
+    type: string
+    description: MongoDB URI (external database)
+  image_pull_policy:
+    type: string
+    description: |
+      ImagePullPolicy configuration for the pod.
+      Possible values: always, ifnotpresent, never
+    default: always
+  security_context:
+    description: Enables the security context of the pods
+    type: boolean
+    default: false