Add imagePullSecrets on server test (#572)
Co-authored-by: Ben Ash <32777270+benashz@users.noreply.github.com> Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
This commit is contained in:
parent
bfc01c1e5d
commit
c9c23b1a9b
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ metadata:
|
||||||
annotations:
|
annotations:
|
||||||
"helm.sh/hook": test
|
"helm.sh/hook": test
|
||||||
spec:
|
spec:
|
||||||
|
{{- include "imagePullSecrets" . | nindent 2 }}
|
||||||
containers:
|
containers:
|
||||||
- name: {{ .Release.Name }}-server-test
|
- name: {{ .Release.Name }}-server-test
|
||||||
image: {{ .Values.server.image.repository }}:{{ .Values.server.image.tag | default "latest" }}
|
image: {{ .Values.server.image.repository }}:{{ .Values.server.image.tag | default "latest" }}
|
||||||
|
|
Loading…
Reference in a new issue