Skip to content

Commit

Permalink
Hotfix: Fix Helm template
Browse files Browse the repository at this point in the history
- Fix helm chart template by removing deprecated condition (merge issue)
- Fixes: #15
  • Loading branch information
winromulus committed Dec 15, 2021
1 parent c05ebc1 commit fffe246
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/helm/azure-pipelines-agent/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ spec:
{{- toYaml .Values.securityContext | nindent 12 }}
{{- end }}
{{- end }}
{{- if .Values.image.tag }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
env:
Expand Down

0 comments on commit fffe246

Please sign in to comment.