Open Boniker opened 2 weeks ago
Hi Team,
I’d like to contribute to the Kafka-UI Helm chart but currently don’t have access to create a branch for review.
Proposed Implementation:
I’ve identified the need to make the dnsPolicy value customizable in the Deployment for Kafka-UI. The changes would look like this:
dnsPolicy
templates/deployment.yaml:
dnsPolicy: {{ .Values.dnsPolicy }}
values.yaml:
## @param dnsPolicy for Kafka-UI pods ## ref: https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/ ## dnsPolicy: "ClusterFirst"
Additionally, I noticed some trailing spaces during local testing. While not critical, for better code quality.
will allow users to configure the DNS policy directly through values, adding flexibility to the chart.
a5d34a702017539ce10300628a508120aa372f58
1.4.11
@Haarolean apologies for the confusion earlier. It's not an issue but rather a feature request. However, I couldn't find a template for creating such requests.
Issue submitter TODO list
Feature request
Hi Team,
I’d like to contribute to the Kafka-UI Helm chart but currently don’t have access to create a branch for review.
Proposed Implementation:
I’ve identified the need to make the
dnsPolicy
value customizable in the Deployment for Kafka-UI. The changes would look like this:templates/deployment.yaml:
values.yaml:
Additionally, I noticed some trailing spaces during local testing. While not critical, for better code quality.
Expected behavior
will allow users to configure the DNS policy directly through values, adding flexibility to the chart.
Your installation details
a5d34a702017539ce10300628a508120aa372f58
1.4.11