From 48a1349f76aa8c54170c86aae354795a87e712f6 Mon Sep 17 00:00:00 2001 From: Jack Lindamood Date: Sun, 19 May 2024 11:47:18 -0700 Subject: [PATCH] fix: fix spaces Signed-off-by: Jack Lindamood --- charts/coredns/Chart.yaml | 2 ++ charts/coredns/templates/configmap.yaml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/charts/coredns/Chart.yaml b/charts/coredns/Chart.yaml index 9dd9aaf..ba96098 100644 --- a/charts/coredns/Chart.yaml +++ b/charts/coredns/Chart.yaml @@ -23,3 +23,5 @@ annotations: description: Ignore duplicate strings in the fullname helper template - kind: removed description: Removed deprecated "engine: gotpl" from the Chart.yaml + - kind: added + description: Ability to skip configmap management diff --git a/charts/coredns/templates/configmap.yaml b/charts/coredns/templates/configmap.yaml index 2154b76..e37858c 100644 --- a/charts/coredns/templates/configmap.yaml +++ b/charts/coredns/templates/configmap.yaml @@ -1,4 +1,4 @@ -{{- if .Values.deployment.enabled }} +{{- if .Values.deployment.enabled }} {{- if not .Values.deployment.skipConfig }} --- apiVersion: v1