Skip to content

Commit e2d2dfa

Browse files
committed
quoting a field in helmchart.yaml causing error
1 parent 6ac8654 commit e2d2dfa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

helmchart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ spec:
88
chartVersion: "0.0.0"
99
values:
1010
image:
11-
tag: repl{{ .VersionLabel }}
11+
tag: 'repl{{ .VersionLabel }}'
1212
global:
1313
imagePullSecrets:
1414
- name: '{{repl ImagePullSecretName }}'

0 commit comments

Comments
 (0)