CharmHub and new kafka and zookeeper charms
[osm/devops.git] / installers / charm / kafka-exporter / config.yaml
index 706e330..22e9387 100644 (file)
@@ -46,3 +46,13 @@ 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