Skip to content

Commit

Permalink
Fix an error in the docservice template
Browse files Browse the repository at this point in the history
  • Loading branch information
VyacheslavSemin committed Dec 29, 2024
1 parent c79b1bb commit f5d3824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/deployments/docservice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ spec:
{{- if .Values.global }}
image: {{ include "ds.imageRepository" (list . .Values.docservice.image.repository) }}:{{ .Values.docservice.image.tag }}
{{- else }}
image: {{ .Values.docservice.image.repository }}:{{ .Values.docservice.image.tag }
image: {{ .Values.docservice.image.repository }}:{{ .Values.docservice.image.tag }}
{{- end }}
imagePullPolicy: {{ .Values.docservice.image.pullPolicy }}
{{- if .Values.docservice.containerSecurityContext.enabled }}
Expand Down

0 comments on commit f5d3824

Please sign in to comment.