Disable phone-home;Add SealedSecrets;Flatten list
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
05b30287bd
commit
9e91bef7b7
@ -62,7 +62,7 @@
|
|||||||
owner: root
|
owner: root
|
||||||
group: root
|
group: root
|
||||||
mode: 0600
|
mode: 0600
|
||||||
loop: "{{ lookup('ansible.builtin.dict', components) | map(attribute='value.manifests') | list | select('defined') }}"
|
loop: "{{ lookup('ansible.builtin.dict', components) | map(attribute='value.manifests') | list | select('defined') | flatten }}"
|
||||||
loop_control:
|
loop_control:
|
||||||
label: "{{ item.type + '/' + item.name }}"
|
label: "{{ item.type + '/' + item.name }}"
|
||||||
|
|
||||||
|
@ -7,6 +7,7 @@ platform:
|
|||||||
- name: traefik
|
- name: traefik
|
||||||
namespace: kube-system
|
namespace: kube-system
|
||||||
config: |2
|
config: |2
|
||||||
|
globalArguments: []
|
||||||
ports:
|
ports:
|
||||||
ssh:
|
ssh:
|
||||||
port: 8022
|
port: 8022
|
||||||
|
Loading…
Reference in New Issue
Block a user