Skip to content

Commit 2401eac

Browse files
merllj-zimnowoda
andauthored
fix: quote team password (#1765)
Co-authored-by: jeho <[email protected]>
1 parent 990d3a1 commit 2401eac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helmfile.d/helmfile-60.teams.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ releases:
125125
basicAuth: true
126126
basicAuthUser: {{ $teamId }}
127127
secureJsonData:
128-
basicAuthPassword: {{ $team.password }}
128+
basicAuthPassword: {{ $team.password | quote }}
129129
jsonData:
130130
derivedFields:
131131
- datasourceName: Tempo

0 commit comments

Comments
 (0)