Apply suggestions from code review

Co-authored-by: Gert Jan Kamstra <[email protected]>
Signed-off-by: Marco Franssen <[email protected]>
This commit is contained in:
Marco Franssen
2023-02-18 13:04:07 +01:00
committed by Marco Franssen
co-authored by Gert Jan Kamstra
parent 109be1a3cc
commit aff50434fa
+1 -1
View File
@@ -28,7 +28,7 @@ spec:
- name: init
# This is a small image with wait-for-it, choose whatever image
# you prefer that waits for a service to be up. This image is built
# from https://github.com/lqhl/wait-for-it
# from https://github.com/vishnubob/wait-for-it
image: {{ template "spire.image" .Values.waitForIt }}
imagePullPolicy: {{ .Values.waitForIt.image.pullPolicy }}
args: ["-t", "30", "-h", "{{ include "spire.fullname" . }}-server", "-p", "8081"]