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