fix: Incorrect indentation causing malformed PEM file
	
		
			
	
		
	
	
		
	
		
			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:
		| @@ -163,7 +163,7 @@ patches: | |||||||
|       path: /spec/kubeadmConfigSpec/files/- |       path: /spec/kubeadmConfigSpec/files/- | ||||||
|       value: |       value: | ||||||
|         content: | |         content: | | ||||||
|           {{ _template.rootca | indent(width=12, first=False) | trim }} |           {{ _template.rootca | indent(width=10, first=False) | trim }} | ||||||
|         owner: root:root |         owner: root:root | ||||||
|         path: /usr/local/share/ca-certificates/root_ca.crt |         path: /usr/local/share/ca-certificates/root_ca.crt | ||||||
| - target: | - target: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user