Adding ImagePullPolicy config option to OSM Charms
[osm/devops.git] / installers / charm / pla / config.yaml
index ae90304..75b19d8 100644 (file)
@@ -24,3 +24,12 @@ 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