Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
let us stringData instead of Data
Browse files Browse the repository at this point in the history
azatsafin committed Apr 15, 2024
1 parent c1c378f commit f401353
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/kafka-ui/templates/secret.yaml
Original file line number Diff line number Diff line change
@@ -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 f401353

Please sign in to comment.