Skip to content

Commit

Permalink
Use stringData instead of Data (#8)
Browse files Browse the repository at this point in the history
Co-authored-by: Roman Zabaluev <[email protected]>
  • Loading branch information
azatsafin and Haarolean authored Apr 18, 2024
1 parent 75f5461 commit 149fc3f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/kafka-ui/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ apiVersion: v2
name: kafka-ui
description: A Helm chart for kafka-UI
type: application
version: 1.1.0
version: 1.2.0
appVersion: v1.0.0
icon: https://raw.githubusercontent.com/kafbat/kafka-ui/main/documentation/images/logo_new.png
4 changes: 2 additions & 2 deletions charts/kafka-ui/templates/secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ metadata:
labels:
{{- include "kafka-ui.labels" . | nindent 4 }}
type: Opaque
data:
stringData:
{{- range $key, $val := .Values.envs.secret }}
{{ $key }}: {{ $val | b64enc | quote }}
{{ $key }}: {{ $val | quote }}
{{- end -}}
{{- end}}

0 comments on commit 149fc3f

Please sign in to comment.