Adding ImagePullPolicy config option to OSM Charms
[osm/devops.git] / installers / charm / ng-ui / config.yaml
index 39d3b2d..49226b7 100644 (file)
@@ -54,3 +54,9 @@ options:
     type: string
     description: Name of the cluster issuer for TLS certificates
     default: ""
+  image_pull_policy:
+    type: string
+    description: |
+      ImagePullPolicy configuration for the pod.
+      Possible values: always, ifnotpresent, never
+    default: always