fix: Add missing path to cluster api provider manifests
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Danny Bessems 2023-10-12 15:44:39 +02:00
parent ba7e233c27
commit c1a8a35494
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@
- name: Split cluster API provider manifests into separate files
ansible.builtin.shell:
cmd: >-
awk 'BEGINFILE {print "---"}{print}' provider-*.yaml | \
awk 'BEGINFILE {print "---"}{print}' {{ capi_clustermanifest.path }}/provider-*.yaml |
kubectl slice \
-o {{ capi_clustermanifest.path }}/providers