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:
		| @@ -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 | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user