Skip to content

Commit da949a1

Browse files
committed
Quote .Values.pass2 in test_config_0_overlay.yaml for consistency with YAML best practices.
Signed-off-by: Alexander Adam <alphaone23@gmail.com>
1 parent be852da commit da949a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

testData/test_config_0_overlay.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
conn:
55
passes:
6-
- {{ .Values.pass2 | default "unknown" }}
6+
- {{ .Values.pass2 | default "unknown" | quote }}

0 commit comments

Comments
 (0)