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()
|
.addNewVolume()
|
||||||
.withName("poddata")
|
.withName("poddata")
|
||||||
.withNewHostPath().withPath(podData.path).withType("Directory").endHostPath()
|
.withNewHostPath().withType("Directory").withPath(podData.path).endHostPath()
|
||||||
.endVolume()
|
.endVolume()
|
||||||
|
|
||||||
.addNewContainer()
|
.addNewContainer()
|
||||||
@ -271,7 +271,7 @@ class KubesTest extends DefaultTask {
|
|||||||
.addToRequests("memory", new Quantity("${memoryGbPerFork}Gi"))
|
.addToRequests("memory", new Quantity("${memoryGbPerFork}Gi"))
|
||||||
.endResources()
|
.endResources()
|
||||||
.addNewVolumeMount().withName("gradlecache").withMountPath("/tmp/gradle").endVolumeMount()
|
.addNewVolumeMount().withName("gradlecache").withMountPath("/tmp/gradle").endVolumeMount()
|
||||||
.addNewVolumeMount().withName("poddata").withMountPath("/poddata").endVolumeMount()
|
.addNewVolumeMount().withName("poddata").withMountPath("/shared-data").endVolumeMount()
|
||||||
.endContainer()
|
.endContainer()
|
||||||
|
|
||||||
.withImagePullSecrets(new LocalObjectReference("regcred"))
|
.withImagePullSecrets(new LocalObjectReference("regcred"))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user