Fix Bug 2204 - Grafana Charm is failing to be deployed in Charmed OSM Master
[osm/devops.git] / installers / charm / kafka-exporter / config.yaml
index 456c9c4..5931336 100644 (file)
@@ -52,3 +52,10 @@ options:
       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