Don't install calicoctl pod
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Adrien Reslinger 2021-05-29 23:21:20 +02:00
parent eb56044c32
commit 8248e2f847
Signed by: adrien
GPG key ID: DA7B27055C66D6DE

View file

@ -21,19 +21,19 @@
kind: Pod kind: Pod
name: calicoctl name: calicoctl
namespace: kube-system namespace: kube-system
when: # when:
- calico_changed is changed # - calico_changed is changed
#
- name: calicoctl install # - name: calicoctl install
k8s: # k8s:
state: present # state: present
context: "{{ my_context }}" # context: "{{ my_context }}"
apply: yes # apply: yes
resource_definition: "{{ lookup('file', item) | from_yaml }}" # resource_definition: "{{ lookup('file', item) | from_yaml }}"
with_items: # with_items:
- "{{ calicoctl_files }}" # - "{{ calicoctl_files }}"
when: # when:
- calico_changed is changed # - calico_changed is changed
when: when: