Skip to content
Snippets Groups Projects
Commit ca86e9bc authored by Markus Scheidgen's avatar Markus Scheidgen
Browse files

Fixed wrong gui config path in api-deployment. [skip-ci]

parent fca57924
No related branches found
No related tags found
2 merge requests!280Parser move,!253v0.9.10 merge for release
Pipeline #92507 skipped
......@@ -168,11 +168,11 @@ spec:
name: staging-volume
- mountPath: /nomad
name: nomad-volume
- mountPath: /app/nomad/static/gui/env.js
- mountPath: /app/nomad/app/static/gui/env.js
readOnly: true
subPath: env.js
name: gui-env-js
- mountPath: /app/nomad/static/encyclopedia/conf.js
- mountPath: /app/nomad/app/static/encyclopedia/conf.js
readOnly: true
subPath: conf.js
name: enc-conf-js
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment