From 3c8839bb2e900ef75d812da5eaaf4e4b536c617d Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Fri, 16 Feb 2024 07:32:30 +0100 Subject: [PATCH] fix: fix env typo in values --- charts/atlantis/chart/values.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/charts/atlantis/chart/values.yaml b/charts/atlantis/chart/values.yaml index 901b1cbd..12b94c98 100644 --- a/charts/atlantis/chart/values.yaml +++ b/charts/atlantis/chart/values.yaml @@ -15,7 +15,8 @@ init: command: [ "/bin/sh", "-c", "true" ] env: - - LOG_LEVEL: 3 + - name: LOG_LEVEL + value: 3 imagePullSecrets: - name: gitlab-pull-secret