Configure Harbor;Disable tarball deletion
	
		
			
	
		
	
	
		
	
		
			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:
		| @@ -55,10 +55,10 @@ | ||||
|         chdir: /opt/metacluster/container-images | ||||
|       loop: "{{ imagetarballs.files }}" | ||||
|  | ||||
|     - name: Delete redundant files | ||||
|       ansible.builtin.file: | ||||
|         path: /opt/metacluster/container-images | ||||
|         state: absent | ||||
| #    - name: Delete redundant files | ||||
| #      ansible.builtin.file: | ||||
| #        path: /opt/metacluster/container-images | ||||
| #        state: absent | ||||
|  | ||||
| - name: Install longhorn chart | ||||
|   kubernetes.core.helm: | ||||
| @@ -91,6 +91,7 @@ | ||||
|         ingress: | ||||
|           hosts: | ||||
|             core: registry.{{ vapp['guestinfo.fqdn'] }} | ||||
|       externalURL: registry.{{ vapp['guestinfo.fqdn'] }} | ||||
|       harborAdminPassword: "{{ vapp['guestinfo.rootpw'] }}" | ||||
|       notary: | ||||
|         enabled: false | ||||
|   | ||||
		Reference in New Issue
	
	Block a user