File tree Expand file tree Collapse file tree
apps/faf-legacy-deployment/templates Expand file tree Collapse file tree Original file line number Diff line number Diff 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
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
You can’t perform that action at this time.
0 commit comments