tchiotludo / akhq

Kafka GUI for Apache Kafka to manage topics, topics data, consumers group, schema registry, connect and more...
https://akhq.io/
Apache License 2.0
3.42k stars 660 forks source link

Configure containerSecurityContext for initContainer create-keystore #1850

Open Taha1012 opened 4 months ago

Taha1012 commented 4 months ago

Hi Team, Our pods are operating in a cluster with the 'Restricted' Pod Security Standard applied. Consequently, all our deployments must be configured with an appropriate securityContext. However, when adding our own init containers, such as create-keystore, there is no option to configure the containerSecurityContext.

image

It would be great to have the ability to add a containerSecurityContext section for custom init containers section in the values.yml file and use it within the deployment.yml template.

AKHQ Version: v0.24.0 Environment: Azure

Thanks in advance,