Fix repository path;Add chart values;Fix ansible galaxy cli syntax
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-04-03 17:25:45 +02:00
parent 5a82c9e122
commit 8e76617794
5 changed files with 37 additions and 4 deletions

View File

@ -8,7 +8,7 @@
- name: Create hard-links to populate new git-repository
ansible.builtin.shell:
cmd: >-
cp -lr {{ item.path }}/ /opt/workloadcluster/git-repositories/gitops/
cp -lr {{ item.path }}/ /opt/workloadcluster/git-repositories/gitops/charts
loop: "{{ helm_charts.files }}"
loop_control:
label: "{{ item.path | basename }}"

View File

@ -9,7 +9,7 @@ spec:
repoURL: {{ _template.repository.url }}
revision: HEAD
directories:
- path: applicationset/*
- path: charts/*
template:
metadata:
name: {% raw %}'{{ path.basename }}'{% endraw +%}