X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Fcharm%2Fkafka-exporter%2Fconfig.yaml;h=5931336037312e3a4ed16e9a608ec889f3773e77;hb=810002d5ecce421a50534052f79ffafaa4231a4d;hp=706e330d5d6dbb4b40abb9dac0a11d46579a8906;hpb=d68e0b4f0bc482d61f2e2a775b899237e15f93e9;p=osm%2Fdevops.git diff --git a/installers/charm/kafka-exporter/config.yaml b/installers/charm/kafka-exporter/config.yaml index 706e330d..59313360 100644 --- a/installers/charm/kafka-exporter/config.yaml +++ b/installers/charm/kafka-exporter/config.yaml @@ -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 : + type: string