From aff50434fa1815a24eb142cf9c0e10c60d0b0581 Mon Sep 17 00:00:00 2001 From: Marco Franssen Date: Thu, 15 Dec 2022 10:11:56 +0100 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Gert Jan Kamstra Signed-off-by: Marco Franssen --- charts/spire/templates/agent-daemonset.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/spire/templates/agent-daemonset.yaml b/charts/spire/templates/agent-daemonset.yaml index 0c0d394..8e8e6bf 100644 --- a/charts/spire/templates/agent-daemonset.yaml +++ b/charts/spire/templates/agent-daemonset.yaml @@ -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"]