Skip to content

Commit 24fa96d

Browse files
committed
Fix deploy coop maps
1 parent ecd54d8 commit 24fa96d

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,15 @@ spec:
4242
- secretRef:
4343
name: faf-legacy-deployment
4444
command: [ "sh" ]
45-
args: [ "-c", "pip install mysql-connector-python && python3 /tmp/deploy-coop-maps.py $PATCH_VERSION --git-directory /tmp/maps" ]
45+
args: [ "-c", "pip install mysql-connector-python && python3 /tmp/deploy-coop-maps.py $PATCH_VERSION" ]
4646
volumeMounts:
4747
- mountPath: /tmp/deploy-coop-maps.py
4848
name: faf-deploy-scripts
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/faf/data/faf-coop-maps
6369
type: Directory

0 commit comments

Comments
 (0)