Adding ImagePullPolicy config option to OSM Charms
[osm/devops.git] / installers / charm / mongodb-exporter / config.yaml
index 727598b..eb19d5b 100644 (file)
@@ -49,3 +49,9 @@ options:
   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