Skip to content

Commit 4bc672d

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

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

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

Lines changed: 6 additions & 0 deletions
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,8 @@ spec:
6062
- name: faf-maps
6163
hostPath:
6264
path: /opt/faf/data/maps
65+
type: Directory
66+
- name: faf-coop-maps
67+
hostPath:
68+
path: /opt/featured-mods/faf-coop-maps
6369
type: Directory

0 commit comments

Comments
 (0)