From 642ef52e0e10480f16358b5f0faa40961e587dda Mon Sep 17 00:00:00 2001 From: alexandreferris Date: Thu, 25 Jun 2026 16:38:07 +0200 Subject: [PATCH] fix: wrong yaml file identation syntax --- helm/githubapp/templates/statefulset.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/githubapp/templates/statefulset.yaml b/helm/githubapp/templates/statefulset.yaml index 50a8c93..2a43c98 100644 --- a/helm/githubapp/templates/statefulset.yaml +++ b/helm/githubapp/templates/statefulset.yaml @@ -67,7 +67,7 @@ spec: name: {{ .Values.secrets.secretName }} key: WIRE_SDK_CRYPTOGRAPHY_STORAGE_PASSWORD {{- end }} - {{ - if .Values.redis }} + {{- if .Values.redis }} - name: GHAPP_REDIS_HOST valueFrom: secretKeyRef: @@ -78,7 +78,7 @@ spec: secretKeyRef: name: {{ .Values.redis.secretName }} key: {{ .Values.redis.portKey }} - {{ - end }} + {{- end }} volumeMounts: - name: data mountPath: /opt/githubapp/storage