mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-01 00:38:49 -03:30
[release-2.27] Fix incorrect syntax for secondary nodelocaldns manifest (#11957)
* Fix incorrect syntax * Fix incorrect syntax --------- Co-authored-by: Raul Butuc <raulbutuc@gmail.com>
This commit is contained in:
committed by
GitHub
parent
99e2bfe2fa
commit
3514ae8d04
@@ -13,10 +13,10 @@ coredns_manifests:
|
|||||||
- coredns-sa.yml.j2
|
- coredns-sa.yml.j2
|
||||||
- coredns-svc.yml.j2
|
- coredns-svc.yml.j2
|
||||||
- "{{ dns_autoscaler_manifests if enable_dns_autoscaler else [] }}"
|
- "{{ dns_autoscaler_manifests if enable_dns_autoscaler else [] }}"
|
||||||
- "{{ coredns-poddisruptionbudget.yml.j2 if coredns_pod_disruption_budget else [] }}"
|
- "{{ 'coredns-poddisruptionbudget.yml.j2' if coredns_pod_disruption_budget else [] }}"
|
||||||
|
|
||||||
nodelocaldns_manifests:
|
nodelocaldns_manifests:
|
||||||
- nodelocaldns-config.yml.j2
|
- nodelocaldns-config.yml.j2
|
||||||
- nodelocaldns-daemonset.yml.j2
|
- nodelocaldns-daemonset.yml.j2
|
||||||
- nodelocaldns-sa.yml.j2
|
- nodelocaldns-sa.yml.j2
|
||||||
- "{{ nodelocaldns-second-daemonset.yml.j2 if enable_nodelocaldns_secondary else [] }}"
|
- "{{ 'nodelocaldns-second-daemonset.yml.j2' if enable_nodelocaldns_secondary else [] }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user