Feature 11008: Update of OSM Helm installer to latest versions
[osm/devops.git] / installers / charm / kafka-exporter / config.yaml
index 706e330..5931336 100644 (file)
@@ -46,3 +46,16 @@ 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
+  security_context:
+    description: Enables the security context of the pods
+    type: boolean
+    default: false
+  kafka_endpoint:
+    description: Host and port of Kafka in the format <host>:<port>
+    type: string