Adding ImagePullPolicy config option to OSM Charms
[osm/devops.git] / installers / charm / lcm / config.yaml
index dcebce8..27c43e5 100644 (file)
@@ -274,3 +274,9 @@ options:
     description: CA certificates to validate access to Helm repository
     type: string
     default: ""
+  image_pull_policy:
+    type: string
+    description: |
+      ImagePullPolicy configuration for the pod.
+      Possible values: always, ifnotpresent, never
+    default: always