Convert nodelocaldns to kubectl_apply_stdin

This commit is contained in:
Max Gautier
2024-11-09 16:21:59 +01:00
parent 4b7125f5be
commit 31e56ab76d
3 changed files with 35 additions and 108 deletions

View File

@@ -14,3 +14,9 @@ coredns_manifests:
- coredns-svc.yml.j2
- "{{ dns_autoscaler_manifests if enable_dns_autoscaler else [] }}"
- "{{ coredns-poddisruptionbudget.yml.j2 if coredns_pod_disruption_budget else [] }}"
nodelocaldns_manifests:
- nodelocaldns-config.yml.j2
- nodelocaldns-daemonset.yml.j2
- nodelocaldns-sa.yml.j2
- "{{ nodelocaldns-second-daemonset.yml.j2 if enable_nodelocaldns_secondary else [] }}"