From 0c15507f8f95dfb4b54575b6bafbef6ae7c33d4f Mon Sep 17 00:00:00 2001 From: Valeriano Manassero <14011549+valeriano-manassero@users.noreply.github.com> Date: Wed, 10 Jan 2024 09:18:32 +0100 Subject: [PATCH] Fixed: wrong indentation --- charts/clearml-agent/templates/agentk8sglue-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/clearml-agent/templates/agentk8sglue-deployment.yaml b/charts/clearml-agent/templates/agentk8sglue-deployment.yaml index 761d3ef..2dcdd01 100644 --- a/charts/clearml-agent/templates/agentk8sglue-deployment.yaml +++ b/charts/clearml-agent/templates/agentk8sglue-deployment.yaml @@ -74,7 +74,7 @@ spec: readOnly: true {{- end }} {{- if .Values.agentk8sglue.volumeMounts }} - {{- toYaml .Values.agentk8sglue.volumeMounts | nindent 10 }} + {{- toYaml .Values.agentk8sglue.volumeMounts | nindent 12 }} {{- end }} {{- range .Values.agentk8sglue.fileMounts }} - name: filemounts