Compare commits
	
		
			2 Commits
		
	
	
		
			8927f278f3
			...
			97f4a5e175
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 97f4a5e175 | |||
| bb27ca2c86 | 
| @@ -6,6 +6,8 @@ resources: | ||||
|  | ||||
| namespace: anyway-backend | ||||
| nameSuffix: -prod | ||||
| commonLabels: | ||||
|   env: prod | ||||
|  | ||||
| images: | ||||
|   - name: backend-image | ||||
|   | ||||
| @@ -6,6 +6,9 @@ resources: | ||||
|  | ||||
| namespace: anyway-backend | ||||
| nameSuffix: -stg | ||||
| commonLabels: | ||||
|   env: stg | ||||
|  | ||||
| images: | ||||
|   - name: backend-image | ||||
|     newName: git.kluster.moll.re/anydev/anyway-backend | ||||
| @@ -20,3 +23,8 @@ patches: | ||||
|     target: | ||||
|       kind: Deployment | ||||
|       name: anyway-backend | ||||
|   - path: patch-deployment.yaml | ||||
|     target: | ||||
|       kind: Deployment | ||||
|       name: anyway-backend | ||||
|  | ||||
|   | ||||
							
								
								
									
										5
									
								
								overlays/stg/patch-deployment.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								overlays/stg/patch-deployment.yaml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,5 @@ | ||||
| - op: add | ||||
|   path: /spec/template/spec/containers/0/env/- | ||||
|   value: | ||||
|     name: DEBUG | ||||
|     value: "true" | ||||
		Reference in New Issue
	
	Block a user