From e7074822d0f6241326a917d8e3ff6214416bf62f Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Fri, 16 Feb 2024 06:48:45 +0100 Subject: [PATCH] fix: fix env to array --- charts/atlantis/chart/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/atlantis/chart/values.yaml b/charts/atlantis/chart/values.yaml index d54667cf..901b1cbd 100644 --- a/charts/atlantis/chart/values.yaml +++ b/charts/atlantis/chart/values.yaml @@ -15,7 +15,7 @@ init: command: [ "/bin/sh", "-c", "true" ] env: - LOG_LEVEL: 3 + - LOG_LEVEL: 3 imagePullSecrets: - name: gitlab-pull-secret