From 5848f812fb7670f54761facc6b662a0d94274083 Mon Sep 17 00:00:00 2001 From: Dominik Hebeler <dominik@suma-ev.de> Date: Fri, 20 May 2022 15:12:03 +0200 Subject: [PATCH] syntax error --- chart/templates/deployment.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/chart/templates/deployment.yaml b/chart/templates/deployment.yaml index 03803baae..40d359139 100644 --- a/chart/templates/deployment.yaml +++ b/chart/templates/deployment.yaml @@ -144,11 +144,11 @@ spec: limits: lifecycle: postStart: - exec: - command: ["/usr/local/bin/php", "artisan" ,"schedule:run"] + exec: + command: ["/usr/local/bin/php", "artisan" ,"schedule:run"] preStop: - exec: - command: ["/usr/local/bin/php", "artisan" ,"schedule:run"] + exec: + command: ["/usr/local/bin/php", "artisan" ,"schedule:run"] - name: worker securityContext: {{- toYaml .Values.securityContext | nindent 12 }} -- GitLab