|  | @ -6,14 +6,14 @@ metadata: | 
			
		
	
		
		
			
				
					|  |  |     argocd.argoproj.io/hook: PostSync |  |  |     argocd.argoproj.io/hook: PostSync | 
			
		
	
		
		
			
				
					|  |  |     # argocd.argoproj.io/hook-delete-policy: HookSucceeded |  |  |     # argocd.argoproj.io/hook-delete-policy: HookSucceeded | 
			
		
	
		
		
			
				
					|  |  | spec: |  |  | spec: | 
			
		
	
		
		
			
				
					
					|  |  |   entrypoint: whalesay |  |  |   entrypoint: curl | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					|  |  |   onExit: exit-handler # invoke the whalesay template |  |  |   onExit: exit-handler # invoke the whalesay template | 
			
		
	
		
		
			
				
					|  |  |   templates: |  |  |   templates: | 
			
		
	
		
		
			
				
					
					|  |  |   - name: whalesay              # name of the template |  |  |   - name: curl              # name of the template | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					|  |  |     container: |  |  |     container: | 
			
		
	
		
		
			
				
					
					|  |  |       image: docker/whalesay |  |  |       image: curlimages/curl | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |       command: [cowsay] |  |  |       command: [curl] | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |       args: ["hello world"] |  |  |       args: ["-v helm-socks-frontend-int.sock-shop-front-end"] | 
			
				
				
			
		
	
		
		
	
		
		
	
		
		
	
		
		
			
				
					|  |  | 
 |  |  | 
 | 
			
		
	
		
		
			
				
					|  |  |   - name: exit-handler |  |  |   - name: exit-handler | 
			
		
	
		
		
			
				
					|  |  |     steps: |  |  |     steps: | 
			
		
	
	
		
		
			
				
					|  | 
 |