File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11apiVersion : v2
22name : coredns
3- version : 1.29 .0
3+ version : 1.30 .0
44appVersion : 1.11.1
55home : https://coredns.io
66icon : https://coredns.io/images/CoreDNS_Colour_Horizontal.png
@@ -19,7 +19,5 @@ maintainers:
1919type : application
2020annotations :
2121 artifacthub.io/changes : |
22- - kind: changed
23- description: Ignore duplicate strings in the fullname helper template
24- - kind: removed
25- description: Removed deprecated "engine: gotpl" from the Chart.yaml
22+ - kind: added
23+ description: Ability to skip configmap management
Original file line number Diff line number Diff line change 11{{- if .Values.deployment.enabled }}
2+ {{- if not .Values.deployment.skipConfig }}
23---
34apiVersion : v1
45kind : ConfigMap
3334 {{ .filename }}: {{ toYaml .contents | indent 4 }}
3435 {{- end }}
3536{{- end }}
37+ {{- end }}
Original file line number Diff line number Diff line change @@ -372,6 +372,7 @@ autoscaler:
372372 # imagePullPolicy: Always
373373
374374deployment :
375+ skipConfig : false
375376 enabled : true
376377 name : " "
377378 # # Annotations for the coredns deployment
You can’t perform that action at this time.
0 commit comments