Skip to content

Commit 42feaa5

Browse files
committed
Fix deploy coop maps
1 parent 9e19be4 commit 42feaa5

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,9 @@ metadata:
55
labels:
66
app: faf-deploy-coop-maps
77
data:
8-
PATCH_VERSION: "65"
8+
PATCH_VERSION: "v9.0.2"
99
DATABASE_HOST: "mariadb"
1010
DATABASE_NAME: "faf_lobby"
11-
"deploy-coop-maps.py": |-
12-
{{ tpl ( .Files.Get "scripts/deploy-coop-maps.py" ) . | indent 4 }}
1311

1412
---
1513

@@ -47,10 +45,13 @@ spec:
4745
args: [ "-c", "pip install mysql-connector-python && python3 /tmp/deploy-coop-maps.py" ]
4846
volumeMounts:
4947
- mountPath: /tmp/deploy-coop-maps.py
50-
name: faf-deploy-coop-maps
48+
name: faf-deploy-scripts
5149
subPath: "deploy-coop-maps.py"
5250
restartPolicy: Never
5351
volumes:
52+
- name: faf-deploy-scripts
53+
configMap:
54+
name: "faf-deploy-scripts"
5455
- name: faf-deploy-coop-maps
5556
configMap:
5657
name: "faf-deploy-coop-maps"

0 commit comments

Comments
 (0)