Skip to content

Commit

Permalink
Add imagePullSecrets on server test (hashicorp#572)
Browse files Browse the repository at this point in the history
Co-authored-by: Ben Ash <[email protected]>
Co-authored-by: Theron Voran <[email protected]>
  • Loading branch information
3 people authored and illegalnumbers committed Mar 16, 2022
1 parent b68a946 commit 01d0779
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/tests/server-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }}
Expand Down

0 comments on commit 01d0779

Please sign in to comment.