Adding ImagePullPolicy config option to OSM Charms
[osm/devops.git] / installers / charm / pol / config.yaml
index 59f695b..7b64f57 100644 (file)
@@ -27,3 +27,14 @@ options:
   mongodb_uri:
     type: string
     description: MongoDB URI (external database)
+  mysql_uri:
+    type: string
+    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