From be1557d4c4eeea07bc3ea023d8989a5592d870b4 Mon Sep 17 00:00:00 2001 From: ori zerah Date: Tue, 15 Oct 2024 15:19:42 +0300 Subject: [PATCH] change indent function to nindent function for bleedsecrets resources key --- codesec-agent/templates/connect/bleedsecrets-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codesec-agent/templates/connect/bleedsecrets-deployment.yaml b/codesec-agent/templates/connect/bleedsecrets-deployment.yaml index b0e5fc23..2e74cd11 100644 --- a/codesec-agent/templates/connect/bleedsecrets-deployment.yaml +++ b/codesec-agent/templates/connect/bleedsecrets-deployment.yaml @@ -76,7 +76,7 @@ spec: name: {{ template "secretName" . }} resources: - {{- toYaml $v.resources | indent 12 }} + {{- toYaml $v.resources | nindent 12 }} {{- if .Values.ssl.enabled }} volumeMounts: