fix: Update IPPool template to new CRD
	
		
			
	
		
	
	
		
	
		
			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:
		| @@ -1,10 +1,10 @@ | ||||
| apiVersion: ipam.cluster.x-k8s.io/v1alpha1 | ||||
| apiVersion: ipam.cluster.x-k8s.io/v1alpha2 | ||||
| kind: InClusterIPPool | ||||
| metadata: | ||||
|   name: inclusterippool-{{ _template.cluster.name }} | ||||
|   namespace: {{ _template.cluster.namespace }} | ||||
| spec: | ||||
|   start: {{ _template.cluster.network.startip }} | ||||
|   end: {{ _template.cluster.network.endip }} | ||||
|   addresses: | ||||
|   - {{ _template.cluster.network.startip }}-{{ _template.cluster.network.endip }} | ||||
|   prefix: {{ _template.cluster.network.prefix }} | ||||
|   gateway: {{ _template.cluster.network.gateway }} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user