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

Commit

Permalink
[elasticsearch] Update test image pull policy. (#727)
Browse files Browse the repository at this point in the history
  • Loading branch information
fhaase2 authored and jmlrt committed Jul 15, 2020
1 parent 5f5c0d3 commit fc1bc13
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ spec:
containers:
- name: "{{ .Release.Name }}-{{ randAlpha 5 | lower }}-test"
image: "{{ .Values.image }}:{{ .Values.imageTag }}"
imagePullPolicy: "{{ .Values.imagePullPolicy }}"
command:
- "sh"
- "-c"
Expand Down

0 comments on commit fc1bc13

Please sign in to comment.