mirror of https://git.rancher.io/rke2-charts
12 lines
531 B
Diff
12 lines
531 B
Diff
--- charts-original/templates/configmap.yaml
|
|
+++ charts/templates/configmap.yaml
|
|
@@ -23,7 +23,7 @@
|
|
{{- if .port }}:{{ .port }} {{ end -}}
|
|
{
|
|
{{- range .plugins }}
|
|
- {{ .name }}{{ if .parameters }} {{ .parameters }}{{ end }}{{ if .configBlock }} {
|
|
+ {{ .name }} {{ if .parameters }} {{if eq .name "kubernetes" }} {{ coalesce $.Values.global.clusterDomain "cluster.local" }} {{ end }} {{.parameters}}{{ end }}{{ if .configBlock }} {
|
|
{{ .configBlock | indent 12 }}
|
|
}{{ end }}
|
|
{{- end }}
|