From 965f1ac718d118010cccac823e91c5de104f5cc5 Mon Sep 17 00:00:00 2001 From: Diego Date: Tue, 14 Mar 2023 15:26:13 -0300 Subject: [PATCH] fix: s3 kafka-auth secret --- charts/s3-step/Chart.yaml | 2 +- charts/s3-step/templates/secret.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/s3-step/Chart.yaml b/charts/s3-step/Chart.yaml index 05a5eb3..95f62a9 100644 --- a/charts/s3-step/Chart.yaml +++ b/charts/s3-step/Chart.yaml @@ -3,4 +3,4 @@ appVersion: 0.1.0 description: A Helm chart for Kubernetes name: s3-step type: application -version: 0.2.0 +version: 0.3.0 diff --git a/charts/s3-step/templates/secret.yaml b/charts/s3-step/templates/secret.yaml index dd6e332..e518ac1 100644 --- a/charts/s3-step/templates/secret.yaml +++ b/charts/s3-step/templates/secret.yaml @@ -14,5 +14,5 @@ metadata: name: kafka-auth namespace: {{ .Values.namespace }} stringData: - username: {{ .Values.secrets.kafkaAuth.username }} - password: {{ .Values.secrets.kafkaAuth.password }} \ No newline at end of file + username: "{{ .Values.secrets.kafkaAuth.username }}" + password: "{{ .Values.secrets.kafkaAuth.password }}" \ No newline at end of file