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
|
||||
name: calicoctl
|
||||
namespace: kube-system
|
||||
when:
|
||||
- calico_changed is changed
|
||||
|
||||
- name: calicoctl install
|
||||
k8s:
|
||||
state: present
|
||||
context: "{{ my_context }}"
|
||||
apply: yes
|
||||
resource_definition: "{{ lookup('file', item) | from_yaml }}"
|
||||
with_items:
|
||||
- "{{ calicoctl_files }}"
|
||||
when:
|
||||
- calico_changed is changed
|
||||
# when:
|
||||
# - calico_changed is changed
|
||||
#
|
||||
# - name: calicoctl install
|
||||
# k8s:
|
||||
# state: present
|
||||
# context: "{{ my_context }}"
|
||||
# apply: yes
|
||||
# resource_definition: "{{ lookup('file', item) | from_yaml }}"
|
||||
# with_items:
|
||||
# - "{{ calicoctl_files }}"
|
||||
# when:
|
||||
# - calico_changed is changed
|
||||
|
||||
|
||||
when:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue