Skip to content

Commit

Permalink
fix: s3 kafka-auth secret
Browse files Browse the repository at this point in the history
  • Loading branch information
dirodriguezm committed Mar 14, 2023
1 parent 2f3e4db commit 965f1ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/s3-step/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions charts/s3-step/templates/secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ metadata:
name: kafka-auth
namespace: {{ .Values.namespace }}
stringData:
username: {{ .Values.secrets.kafkaAuth.username }}
password: {{ .Values.secrets.kafkaAuth.password }}
username: "{{ .Values.secrets.kafkaAuth.username }}"
password: "{{ .Values.secrets.kafkaAuth.password }}"

0 comments on commit 965f1ac

Please sign in to comment.