Adding ImagePullPolicy config option to OSM Charms
[osm/devops.git] / installers / charm / nbi / config.yaml
index 7f32752..9c35366 100644 (file)
@@ -72,3 +72,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