Some minor fixes
This commit is contained in:
		@@ -22,7 +22,7 @@ spec:
 | 
				
			|||||||
      image: alpine/k8s:1.29.2
 | 
					      image: alpine/k8s:1.29.2
 | 
				
			||||||
      script: |-
 | 
					      script: |-
 | 
				
			||||||
        #!/bin/bash
 | 
					        #!/bin/bash
 | 
				
			||||||
        if kubectl get secret "$(params.environment)-ssh"; then
 | 
					        if kubectl get secret "$(params.environment)-ssh" --namespace "$(params.namespace)"; then
 | 
				
			||||||
          echo 1 > /tmp/outputs/ready
 | 
					          echo 1 > /tmp/outputs/ready
 | 
				
			||||||
        fi
 | 
					        fi
 | 
				
			||||||
    - name: prepare-ssh-key
 | 
					    - name: prepare-ssh-key
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -37,6 +37,11 @@ repositories:
 | 
				
			|||||||
      url: https://github.com/rancher/local-path-provisioner.git
 | 
					      url: https://github.com/rancher/local-path-provisioner.git
 | 
				
			||||||
      git_ref: main
 | 
					      git_ref: main
 | 
				
			||||||
      path: deploy/chart
 | 
					      path: deploy/chart
 | 
				
			||||||
 | 
					  - name: softplayer
 | 
				
			||||||
 | 
					    git:
 | 
				
			||||||
 | 
					      url: https://git.badhouseplants.net/softplayer/softplayer-helmfile
 | 
				
			||||||
 | 
					      git_ref: main
 | 
				
			||||||
 | 
					      path: charts/helmrelease
 | 
				
			||||||
 | 
					
 | 
				
			||||||
mirrors:
 | 
					mirrors:
 | 
				
			||||||
  - name: custom-commands
 | 
					  - name: custom-commands
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -62,7 +62,7 @@ releases:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
  - name: metallb
 | 
					  - name: metallb
 | 
				
			||||||
    chart: zot/metallb
 | 
					    chart: zot/metallb
 | 
				
			||||||
    version: 0.14.3
 | 
					    version: 0.14.5
 | 
				
			||||||
    namespace: metallb-system
 | 
					    namespace: metallb-system
 | 
				
			||||||
    createNamespace: false
 | 
					    createNamespace: false
 | 
				
			||||||
    needs:
 | 
					    needs:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user