testdata: properly take tag value into account
Signed-off-by: Hidde Beydals <hidde@hhh.computer>
This commit is contained in:
parent
4c439b721a
commit
e4d19b8e89
|
@ -11,6 +11,6 @@ spec:
|
|||
{{- if .Values.branch }}
|
||||
branch: "{{ .Values.branch }}"
|
||||
{{- end}}
|
||||
{{- if .Values.branch }}
|
||||
{{- if .Values.tag }}
|
||||
tag: "{{ .Values.tag }}"
|
||||
{{- end}}
|
||||
|
|
Loading…
Reference in New Issue