fix: Add missing path to cluster api provider manifests
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
ba7e233c27
commit
c1a8a35494
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user