Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lobiyedKarim1 committed Nov 29, 2023
1 parent a3fd1bb commit 29baaf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/kubernetes-apps/ansible/tasks/coredns.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
tags:
- coredns

- name: Kubernetes Apps | Lay Down CoreDNS templates
- name: Kubernetes Apps | Lay Down CoreDNS pdb
template:
src: "{{ item.file }}.j2"
dest: "{{ kube_config_dir }}/{{ item.file }}"
Expand All @@ -54,7 +54,7 @@
vars:
clusterIP: "{{ skydns_server }}"
when:
- coredns_pod_disruption_budget == true
- coredns_pod_disruption_budget = true
- inventory_hostname == groups['kube_control_plane'][0]
tags:
- coredns

0 comments on commit 29baaf8

Please sign in to comment.