Skip to content

Commit 0484ef9

Browse files
committed
Fix deploy coop maps
1 parent 4bbc6d3 commit 0484ef9

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

apps/faf-legacy-deployment/templates/deploy-coop-maps.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ spec:
4949
subPath: "deploy-coop-maps.py"
5050
- mountPath: /opt/faf/data/maps
5151
name: faf-maps
52+
- mountPath: /opt/featured-mods/faf-coop-maps
53+
name: faf-coop-maps
5254
restartPolicy: Never
5355
volumes:
5456
- name: faf-deploy-scripts
@@ -60,4 +62,6 @@ spec:
6062
- name: faf-maps
6163
hostPath:
6264
path: /opt/faf/data/maps
63-
type: Directory
65+
type: Directory
66+
- name: faf-coop-maps
67+
emptyDir: {}

0 commit comments

Comments
 (0)