From fc578efa4cf5faaecf447ee77e3e1cbedd1c74ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20J=C3=B6rg?= Date: Wed, 1 Oct 2025 11:23:45 +0200 Subject: [PATCH] fix: Yamlish --- charts/atlantis/templates/redis.yaml | 2 +- charts/sorcerer/templates/redis.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/atlantis/templates/redis.yaml b/charts/atlantis/templates/redis.yaml index 01514840..5c6e0295 100644 --- a/charts/atlantis/templates/redis.yaml +++ b/charts/atlantis/templates/redis.yaml @@ -38,4 +38,4 @@ spec: podSecurityContext: runAsUser: 1000 fsGroup: 1000 -{{-end }} +{{- end}} diff --git a/charts/sorcerer/templates/redis.yaml b/charts/sorcerer/templates/redis.yaml index 30415f0f..10d81581 100644 --- a/charts/sorcerer/templates/redis.yaml +++ b/charts/sorcerer/templates/redis.yaml @@ -38,4 +38,4 @@ spec: podSecurityContext: runAsUser: 1000 fsGroup: 1000 -{{-end }} +{{- end}}