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
|
||||
group: root
|
||||
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:
|
||||
label: "{{ item.type + '/' + item.name }}"
|
||||
|
||||
|
@ -7,6 +7,7 @@ platform:
|
||||
- name: traefik
|
||||
namespace: kube-system
|
||||
config: |2
|
||||
globalArguments: []
|
||||
ports:
|
||||
ssh:
|
||||
port: 8022
|
||||
|
Loading…
Reference in New Issue
Block a user