mirror of
https://github.com/corda/corda.git
synced 2025-02-25 19:11:45 +00:00
format
This commit is contained in:
parent
7daae1752b
commit
ed2aae6d17
@ -252,7 +252,7 @@ class KubesTest extends DefaultTask {
|
||||
|
||||
.addNewVolume()
|
||||
.withName("poddata")
|
||||
.withNewHostPath().withPath(podData.path).withType("Directory").endHostPath()
|
||||
.withNewHostPath().withType("Directory").withPath(podData.path).endHostPath()
|
||||
.endVolume()
|
||||
|
||||
.addNewContainer()
|
||||
@ -271,7 +271,7 @@ class KubesTest extends DefaultTask {
|
||||
.addToRequests("memory", new Quantity("${memoryGbPerFork}Gi"))
|
||||
.endResources()
|
||||
.addNewVolumeMount().withName("gradlecache").withMountPath("/tmp/gradle").endVolumeMount()
|
||||
.addNewVolumeMount().withName("poddata").withMountPath("/poddata").endVolumeMount()
|
||||
.addNewVolumeMount().withName("poddata").withMountPath("/shared-data").endVolumeMount()
|
||||
.endContainer()
|
||||
|
||||
.withImagePullSecrets(new LocalObjectReference("regcred"))
|
||||
|
Loading…
x
Reference in New Issue
Block a user