We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3adf077 + db7cc1c commit 0e9aab2Copy full SHA for 0e9aab2
charts/coredns/Chart.yaml
@@ -1,6 +1,6 @@
1
apiVersion: v2
2
name: coredns
3
-version: 1.43.2
+version: 1.43.3
4
appVersion: 1.12.3
5
home: https://coredns.io
6
icon: https://coredns.io/images/CoreDNS_Colour_Horizontal.png
@@ -20,4 +20,4 @@ type: application
20
annotations:
21
artifacthub.io/changes: |
22
- kind: changed
23
- description: Bump to CoreDNS 1.12.3
+ description: Use tpl function for affinity values
charts/coredns/templates/deployment.yaml
@@ -74,7 +74,7 @@ spec:
74
{{- end }}
75
{{- if .Values.affinity }}
76
affinity:
77
-{{ toYaml .Values.affinity | indent 8 }}
+{{ tpl (toYaml .Values.affinity) $ | indent 8 }}
78
79
{{- if .Values.topologySpreadConstraints }}
80
topologySpreadConstraints:
0 commit comments