Skip to content

Commit fffe246

Browse files
committed
Hotfix: Fix Helm template
- Fix helm chart template by removing deprecated condition (merge issue) - Fixes: #15
1 parent c05ebc1 commit fffe246

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/helm/azure-pipelines-agent/templates/statefulset.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ spec:
4242
{{- toYaml .Values.securityContext | nindent 12 }}
4343
{{- end }}
4444
{{- end }}
45-
{{- if .Values.image.tag }}
4645
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
4746
imagePullPolicy: {{ .Values.image.pullPolicy }}
4847
env:

0 commit comments

Comments
 (0)