Fix rke2-coredns deployment template

Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
pull/348/head
Brad Davidson 2023-06-12 18:19:27 +00:00 committed by Brad Davidson
parent d18c146e9e
commit dea096852e
2 changed files with 5 additions and 3 deletions

View File

@ -10,7 +10,7 @@
{{- if .Values.podAnnotations }}
{{ toYaml .Values.podAnnotations | indent 8 }}
{{- end }}
@@ -84,8 +81,13 @@
@@ -84,9 +81,15 @@
topologySpreadConstraints:
{{ toYaml .Values.topologySpreadConstraints | indent 8 }}
{{- end }}
@ -23,9 +23,11 @@
+ {{- end }}
+ {{- if .Values.tolerations }}
{{ toYaml .Values.tolerations | indent 8 }}
+ {{- end }}
{{- end }}
{{- if .Values.nodeSelector }}
@@ -98,7 +100,7 @@
nodeSelector:
@@ -98,7 +101,7 @@
{{- end }}
containers:
- name: "coredns"

View File

@ -1,4 +1,4 @@
url: https://github.com/coredns/helm/releases/download/coredns-1.24.0/coredns-1.24.0.tgz
packageVersion: 00
packageVersion: 01
# This repository does not use releaseCandidateVersions, so you can leave this as 00.
releaseCandidateVersion: 00