don't define kubeadm_patches by default (#9372)

This commit is contained in:
Cristian Calin
2022-10-14 11:20:46 +03:00
committed by GitHub
parent 859df84b45
commit 23716b0eff
2 changed files with 0 additions and 12 deletions

View File

@@ -10,9 +10,3 @@ kube_override_hostname: >-
{%- else -%}
{{ inventory_hostname }}
{%- endif -%}
# kubeadm patches path
kubeadm_patches:
enabled: true
source_dir: "{{ inventory_dir }}/patches"
dest_dir: "{{ kube_config_dir }}/patches"