Adding ImagePullPolicy config option to OSM Charms
[osm/devops.git] / installers / charm / kafka-exporter / config.yaml
index 8d3703e..456c9c4 100644 (file)
 ##
 
 options:
+  ingress_class:
+    type: string
+    description: |
+      Ingress class name. This is useful for selecting the ingress to be used
+      in case there are multiple ingresses in the underlying k8s clusters.
   ingress_whitelist_source_range:
     type: string
     description: |
@@ -41,3 +46,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