mirror of https://git.rancher.io/rke2-charts
Fix rke2-coredns deployment template
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>pull/348/head
parent
d18c146e9e
commit
dea096852e
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue