FEAT: include all k8s manifests in files/
This commit is contained in:
parent
70515c2e1c
commit
c05abc032e
1 changed files with 3 additions and 1 deletions
|
@ -25,4 +25,6 @@
|
|||
loop: "{{ helm_charts }}"
|
||||
- name: apply post-install manifests
|
||||
k8s:
|
||||
src: files/grafana-provisioning.yml
|
||||
src: "{{ item }}"
|
||||
with_fileglob:
|
||||
- files/*.yml
|
||||
|
|
Loading…
Reference in a new issue