Adding ImagePullPolicy config option to OSM Charms
[osm/devops.git] / installers / charm / keystone / config.yaml
index 9a7acd5..945ea48 100644 (file)
@@ -42,6 +42,12 @@ options:
     type: string
     description: Ingress URL
     default: ""
+  image_pull_policy:
+    type: string
+    description: |
+      ImagePullPolicy configuration for the pod.
+      Possible values: always, ifnotpresent, never
+    default: always
   region_id:
     type: string
     description: Region ID to be created when starting the service