Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
Merge pull request #590 from marcostvz/patch-1
Browse files Browse the repository at this point in the history
[elasticsearch] Adds imagePullSecrets for test Pod
  • Loading branch information
jmlrt authored Apr 20, 2020
2 parents 4fae1bd + a33764a commit d3d454f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions elasticsearch/templates/test/test-elasticsearch-health.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,8 @@ spec:
- |
#!/usr/bin/env bash -e
curl -XGET --fail '{{ template "elasticsearch.uname" . }}:{{ .Values.httpPort }}/_cluster/health?{{ .Values.clusterHealthCheckParams }}'
{{- if .Values.imagePullSecrets }}
imagePullSecrets:
{{ toYaml .Values.imagePullSecrets | indent 4 }}
{{- end }}
restartPolicy: Never

0 comments on commit d3d454f

Please sign in to comment.