This commit is contained in:
parent
613624313c
commit
f668bb276c
11 changed files with 18 additions and 24 deletions
|
|
@ -49,7 +49,7 @@
|
|||
k8s_info:
|
||||
context: "{{ my_context }}"
|
||||
api_version: v1
|
||||
kind: DaemonSet
|
||||
kind: Deployment
|
||||
name: traefik
|
||||
namespace: '{{ traefik_namespace }}'
|
||||
field_selectors:
|
||||
|
|
@ -77,6 +77,7 @@
|
|||
k8s:
|
||||
state: "present"
|
||||
context: "{{ my_context }}"
|
||||
namespace: '{{ traefik_namespace }}'
|
||||
merge_type: merge
|
||||
resource_definition: "{{ lookup('template', item) | from_yaml }}"
|
||||
with_items:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue