Adding ImagePullPolicy config option to OSM Charms
[osm/devops.git] / installers / charm / lcm / config.yaml
index 78efe2f..27c43e5 100644 (file)
@@ -270,3 +270,13 @@ options:
     description: Stable repository URL for Helm charts
     type: string
     default: https://charts.helm.sh/stable
+  vca_helm_ca_certs:
+    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