File tree Expand file tree Collapse file tree 2 files changed +13
-11
lines changed
apps/faf-legacy-deployment/templates Expand file tree Collapse file tree 2 files changed +13
-11
lines changed Original file line number Diff line number Diff line change 3737 imagePullPolicy : Always
3838 name : faf-deploy-coop
3939 workingDir : /workspace
40+ env :
41+ - name : GRADLE_USER_HOME
42+ value : /tmp/gradle-home
4043 envFrom :
4144 - configMapRef :
4245 name : faf-deploy-coop
@@ -45,12 +48,10 @@ spec:
4548 command : [ "gradle", "deployCoopMaps" ]
4649 # We need to mount single files via subpath because Gradle breaks otherwise (symbolic link to read-only directory)
4750 volumeMounts :
48- - mountPath : /workspace/build.gradle.kts
51+ - mountPath : /workspace
4952 name : faf-deploy-scripts
50- subPath : " build.gradle.kts"
51- - mountPath : /workspace/CoopMapDeployer.kt
52- name : faf-deploy-scripts
53- subPath : " CoopMapDeployer.kt"
53+ - mountPath : /workspace/.gradle
54+ name : gradle-internal
5455 - mountPath : /workspace/legacy-featured-mod-files
5556 name : faf-featured-mods
5657 restartPolicy : Never
6162 - name : faf-featured-mods
6263 hostPath :
6364 path : /opt/faf/data/legacy-featured-mod-files
64- type : Directory
65+ type : Directory
66+ - name : gradle-internal
67+ emptyDir : {}
Original file line number Diff line number Diff line change 3737 imagePullPolicy : Always
3838 name : faf-deploy-coop
3939 workingDir : /workspace
40+ env :
41+ - name : GRADLE_USER_HOME
42+ value : /tmp/gradle-home
4043 envFrom :
4144 - configMapRef :
4245 name : faf-deploy-coop
4548 command : [ "gradle", "deployCoop" ]
4649 # We need to mount single files via subpath because Gradle breaks otherwise (symbolic link to read-only directory)
4750 volumeMounts :
48- - mountPath : /workspace/build.gradle.kts
51+ - mountPath : /workspace
4952 name : faf-deploy-scripts
50- subPath : " build.gradle.kts"
51- - mountPath : /workspace/CoopDeployer.kt
52- name : faf-deploy-scripts
53- subPath : " CoopDeployer.kt"
5453 - mountPath : /workspace/legacy-featured-mod-files
5554 name : faf-featured-mods
5655 restartPolicy : Never
You can’t perform that action at this time.
0 commit comments