Adding ImagePullPolicy config option to OSM Charms
[osm/devops.git] / installers / charm / grafana / config.yaml
index 3a7e63f..632f212 100644 (file)
@@ -57,3 +57,9 @@ options:
     type: boolean
     description: Enable OSM System monitoring dashboards
     default: false
+  image_pull_policy:
+    type: string
+    description: |
+      ImagePullPolicy configuration for the pod.
+      Possible values: always, ifnotpresent, never
+    default: always