EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit cd88e830 authored by Nikola Jankovic's avatar Nikola Jankovic :computer:
Browse files

updated init-db mount path

parent c9f2d2cb
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@ spec:
- secretRef:
name: django-secret-key
volumeMounts:
- mountPath: /init-db.sh
- mountPath: /opt/core/init-db.sh
name: init-db
subPath: init-db.sh
- mountPath: /config.yaml
......
......@@ -72,7 +72,7 @@ spec:
- secretRef:
name: django-secret-key
volumeMounts:
- mountPath: /init-db.sh
- mountPath: /opt/core/init-db.sh
name: init-db
subPath: init-db.sh
{{- range $volumes := .Values.volumeMounts }}
......
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