Adding ImagePullPolicy config option to OSM Charms
[osm/devops.git] / installers / charm / lcm / config.yaml
index f33d606..27c43e5 100644 (file)
@@ -266,3 +266,17 @@ options:
       during controller and model creation
       (bootstrap --config and add-model --config).
     type: string
+  vca_stablerepourl:
+    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