Skip to content

Commit

Permalink
testdata: properly take tag value into account
Browse files Browse the repository at this point in the history
Signed-off-by: Hidde Beydals <[email protected]>
  • Loading branch information
hiddeco committed Nov 24, 2023
1 parent 4c439b7 commit e4d19b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ spec:
{{- if .Values.branch }}
branch: "{{ .Values.branch }}"
{{- end}}
{{- if .Values.branch }}
{{- if .Values.tag }}
tag: "{{ .Values.tag }}"
{{- end}}

0 comments on commit e4d19b8

Please sign in to comment.