mirror of
				https://github.com/honestbee/drone-kubernetes.git
				synced 2025-11-04 09:08:07 +00:00 
			
		
		
		
	update docs
This commit is contained in:
		
							parent
							
								
									82c3b38c42
								
							
						
					
					
						commit
						62eec5875f
					
				
					 1 changed files with 13 additions and 1 deletions
				
			
		
							
								
								
									
										14
									
								
								README.md
									
										
									
									
									
								
							
							
						
						
									
										14
									
								
								README.md
									
										
									
									
									
								
							| 
						 | 
					@ -14,7 +14,7 @@ This pipeline will update the `my-deployment` deployment with the image tagged `
 | 
				
			||||||
            container: my-container
 | 
					            container: my-container
 | 
				
			||||||
            tag: ${DRONE_COMMIT_SHA:8}
 | 
					            tag: ${DRONE_COMMIT_SHA:8}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Deploying several new containers, eg in a scheduler-worker setup. Make sure your container `name` in your manifest is the same for each pod.
 | 
					Deploying containers across several deployments, eg in a scheduler-worker setup. Make sure your container `name` in your manifest is the same for each pod.
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
    pipeline:
 | 
					    pipeline:
 | 
				
			||||||
        deploy:
 | 
					        deploy:
 | 
				
			||||||
| 
						 | 
					@ -24,6 +24,18 @@ Deploying several new containers, eg in a scheduler-worker setup. Make sure your
 | 
				
			||||||
            container: my-container
 | 
					            container: my-container
 | 
				
			||||||
            tag: ${DRONE_COMMIT_SHA:8}
 | 
					            tag: ${DRONE_COMMIT_SHA:8}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Deploying multiple containers within the same deployment.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    pipeline:
 | 
				
			||||||
 | 
					        deploy:
 | 
				
			||||||
 | 
					            image: quay.io/honestbee/drone-kubernetes
 | 
				
			||||||
 | 
					            deployment: my-deployment
 | 
				
			||||||
 | 
					            repo: myorg/myrepo
 | 
				
			||||||
 | 
					            container: [container1, container2]
 | 
				
			||||||
 | 
					            tag: ${DRONE_COMMIT_SHA:8}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					**NOTE**: Combining multi container deployments across multiple deployments is not recommended
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This more complex example demonstrates how to deploy to several environments based on the branch, in a `app` namespace 
 | 
					This more complex example demonstrates how to deploy to several environments based on the branch, in a `app` namespace 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    pipeline:
 | 
					    pipeline:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue