Skip to content

Commit

Permalink
fix of the missing nginx container issue
Browse files Browse the repository at this point in the history
  • Loading branch information
zhukov-d-man committed Aug 23, 2024
1 parent 1b34721 commit 12474fd
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions charts/search-api/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,7 @@ spec:
{{- if .Values.customCAs.bundle }}
{{- include "search_api.env.custom.ca.path" . | nindent 12 }}
{{- end }}
volumes:
{{- if .Values.customCAs.bundle }}
{{- include "search_api.custom.ca.deploys.volumes" . | nindent 8 }}
{{- end }}

- name: nginx
image: {{ required "A valid .Values.dgctlDockerRegistry entry required" .Values.dgctlDockerRegistry }}/{{ .Values.nginx.image.repository }}:{{ .Values.nginx.image.tag }}
imagePullPolicy: {{ .Values.nginx.image.pullPolicy }}
Expand Down

0 comments on commit 12474fd

Please sign in to comment.