We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bbc6d3 commit 0484ef9Copy full SHA for 0484ef9
1 file changed
apps/faf-legacy-deployment/templates/deploy-coop-maps.yaml
@@ -49,6 +49,8 @@ spec:
49
subPath: "deploy-coop-maps.py"
50
- mountPath: /opt/faf/data/maps
51
name: faf-maps
52
+ - mountPath: /opt/featured-mods/faf-coop-maps
53
+ name: faf-coop-maps
54
restartPolicy: Never
55
volumes:
56
- name: faf-deploy-scripts
@@ -60,4 +62,6 @@ spec:
60
62
- name: faf-maps
61
63
hostPath:
64
path: /opt/faf/data/maps
- type: Directory
65
+ type: Directory
66
+ - name: faf-coop-maps
67
+ emptyDir: {}
0 commit comments