From 8e169a7c6db969338774d51d1604330a47d17f41 Mon Sep 17 00:00:00 2001 From: Martin Schneppenheim Date: Thu, 4 Nov 2021 13:49:55 +0100 Subject: [PATCH] Fix indenting --- charts/kminion/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/kminion/templates/deployment.yaml b/charts/kminion/templates/deployment.yaml index a5bee09..35bcfa7 100644 --- a/charts/kminion/templates/deployment.yaml +++ b/charts/kminion/templates/deployment.yaml @@ -84,7 +84,7 @@ spec: httpGet: path: /ready port: {{.Values.service.port}} - initialDelaySeconds: 10 + initialDelaySeconds: 10 {{- with .Values.nodeSelector}} nodeSelector: {{- toYaml . | nindent 8}}