From c35a7bfca75fe7bbc9f2a83732bc15b888ef96cc Mon Sep 17 00:00:00 2001 From: Alex Manning Date: Wed, 29 May 2024 19:42:23 +0100 Subject: [PATCH] Indentation problem. --- charts/spliit/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/spliit/templates/deployment.yaml b/charts/spliit/templates/deployment.yaml index 113e58b..3729d4c 100644 --- a/charts/spliit/templates/deployment.yaml +++ b/charts/spliit/templates/deployment.yaml @@ -47,7 +47,7 @@ spec: {{- toYaml .Values.resources | nindent 12 }} envFrom: - secretRef: - name: {{ include "spliit.fullname" . }} + name: {{ include "spliit.fullname" . }} {{- with .Values.nodeSelector }} nodeSelector: {{- toYaml . | nindent 8 }}