provectus / kafka-ui-charts

UI For Apache Kafka Helm Charts
Apache License 2.0
22 stars 26 forks source link

Use stringData instead of data in secret #31

Open lukbaum opened 6 months ago

lukbaum commented 6 months ago

Currently, the secret values need to be encoded with base64. This is not necessary as you won't have any binary data in this context (see here).

Additionally, it prevents usage of the chart with helm-secrets in combination with vals as secrets are first base64-encoded and the vals expressions are evaluated after that.