Separate out the persistent volumes for cargo cache for tekton pipelines.
Both pipelines running simultaneously is causing non-deterministic failures.
This commit is contained in:
		
							parent
							
								
									7d7446d843
								
							
						
					
					
						commit
						f359676e28
					
				| @ -196,7 +196,7 @@ spec: | ||||
|       subPath: rust-source | ||||
|     - name: cargo-cache | ||||
|       persistentVolumeClaim: | ||||
|         claimName: cargo-cache | ||||
|         claimName: organic-cargo-cache-test | ||||
|     - name: docker-credentials | ||||
|       secret: | ||||
|         secretName: harbor-plain | ||||
|  | ||||
| @ -236,7 +236,7 @@ spec: | ||||
|       subPath: rust-source | ||||
|     - name: cargo-cache | ||||
|       persistentVolumeClaim: | ||||
|         claimName: cargo-cache | ||||
|         claimName: organic-cargo-cache-fmt | ||||
|     - name: docker-credentials | ||||
|       secret: | ||||
|         secretName: harbor-plain | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Tom Alexander
						Tom Alexander