Skip to content

Commit 88e3039

Browse files
committed
fix config path
1 parent d22248e commit 88e3039

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ spec:
6767
{{- end }}
6868
volumeMounts:
6969
- name: config
70-
mountPath: /usr/src/app/config/docs-config.yaml
70+
mountPath: /usr/src/app/docs-config.yaml
7171
subPath: "docs-config.yaml"
7272
{{- if eq .Values.configuration.database.driver "local" }}
7373
- name: {{ include "codexdocs.fullname" . }}-db

0 commit comments

Comments
 (0)