From 8ef3c348da0c25e4309f36fcb304eaad7d6e6a56 Mon Sep 17 00:00:00 2001 From: Paul O'Connor <465717+pauloconnor@users.noreply.github.com> Date: Tue, 2 Apr 2024 10:34:39 +0100 Subject: [PATCH] fix: Errant space in deployment.yaml (#417) Signed-off-by: Paul O'Connor <465717+pauloconnor@users.noreply.github.com> --- manifests/charts/aeraki/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/charts/aeraki/templates/deployment.yaml b/manifests/charts/aeraki/templates/deployment.yaml index 026f9a28..afbc598c 100644 --- a/manifests/charts/aeraki/templates/deployment.yaml +++ b/manifests/charts/aeraki/templates/deployment.yaml @@ -60,7 +60,7 @@ spec: periodSeconds: 3 timeoutSeconds: 5 resources: - {{ - toYaml .Values.resources | nindent 12 }} + {{- toYaml .Values.resources | nindent 12 }} env: - name: AERAKI_IS_MASTER value: {{ .Values.AERAKI_ENV.AERAKI_IS_MASTER }}