testdata: properly take tag value into account

Signed-off-by: Hidde Beydals <hidde@hhh.computer>
This commit is contained in:
Hidde Beydals 2023-11-24 10:47:02 +01:00
parent 4c439b721a
commit e4d19b8e89
No known key found for this signature in database
GPG Key ID: 979F380FC2341744
1 changed files with 1 additions and 1 deletions

View File

@ -11,6 +11,6 @@ spec:
{{- if .Values.branch }}
branch: "{{ .Values.branch }}"
{{- end}}
{{- if .Values.branch }}
{{- if .Values.tag }}
tag: "{{ .Values.tag }}"
{{- end}}