Adding ImagePullPolicy config option to OSM Charms
[osm/devops.git] / installers / charm / mon / config.yaml
index d06b68d..ee593ff 100644 (file)
@@ -87,3 +87,9 @@ options:
         name: name of the file for the certificate
         content: base64 content of the certificate
       The path for the files is /certs.
+  image_pull_policy:
+    type: string
+    description: |
+      ImagePullPolicy configuration for the pod.
+      Possible values: always, ifnotpresent, never
+    default: always