Adding ImagePullPolicy config option to OSM Charms
[osm/devops.git] / installers / charm / pol / config.yaml
index 909235e..7b64f57 100644 (file)
@@ -32,3 +32,9 @@ options:
     description: |
       Mysql URI with the following format:
         mysql://<user>:<password>@<mysql_host>:<mysql_port>/<database>
+  image_pull_policy:
+    type: string
+    description: |
+      ImagePullPolicy configuration for the pod.
+      Possible values: always, ifnotpresent, never
+    default: always