From c9c23b1a9b73645804334c0414891f55f3db7647 Mon Sep 17 00:00:00 2001 From: Maxime Bruneau <39189697+shiinro@users.noreply.github.com> Date: Thu, 12 Aug 2021 02:01:58 +0200 Subject: [PATCH] Add imagePullSecrets on server test (#572) Co-authored-by: Ben Ash <32777270+benashz@users.noreply.github.com> Co-authored-by: Theron Voran --- templates/tests/server-test.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/tests/server-test.yaml b/templates/tests/server-test.yaml index 37819de..66aa178 100644 --- a/templates/tests/server-test.yaml +++ b/templates/tests/server-test.yaml @@ -7,6 +7,7 @@ metadata: annotations: "helm.sh/hook": test spec: + {{- include "imagePullSecrets" . | nindent 2 }} containers: - name: {{ .Release.Name }}-server-test image: {{ .Values.server.image.repository }}:{{ .Values.server.image.tag | default "latest" }}