Don't install calicoctl pod
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
eb56044c32
commit
8248e2f847
1 changed files with 13 additions and 13 deletions
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue