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:
Maxime Bruneau 2021-08-12 02:01:58 +02:00 committed by GitHub
parent bfc01c1e5d
commit c9c23b1a9b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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" }}