Fix the main pipeline (#20)
A wront template was used in the main pipeline Reviewed-on: https://git.badhouseplants.net/allanger/badhouseplants-net/pulls/20
This commit is contained in:
		@@ -83,7 +83,7 @@ steps:
 | 
			
		||||
    - kubectl get -f ./kube/applicationset.yaml -o yaml  > /tmp/old_appset.yaml
 | 
			
		||||
    - yq "del(.spec.generators[].list.elements[] | select(.name == \"$ARGO_APP_BRANCH\"))" /tmp/old_appset.yaml > /tmp/clean_appset1.yaml
 | 
			
		||||
    - yq "del(.spec.generators[].list.elements[] | select(.commit_sha == \"$ARGO_APP_IMAGE_TAG\"))" /tmp/clean_appset1.yaml > /tmp/clean_appset.yaml
 | 
			
		||||
    - envsubst  < ./kube/template.yaml > /tmp/elements.yaml
 | 
			
		||||
    - envsubst  < ./kube/main.yaml > /tmp/elements.yaml
 | 
			
		||||
    - yq '.spec.generators[].list.elements += load("/tmp/elements.yaml")' /tmp/clean_appset.yaml > /tmp/new_appset.yaml
 | 
			
		||||
    - kubectl apply -f /tmp/new_appset.yaml
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user