Skip to content

Commit

Permalink
fix(ckan): volume mount position one level up
Browse files Browse the repository at this point in the history
  • Loading branch information
SyeKlu committed Aug 14, 2024
1 parent f036735 commit c60b532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/ckan/templates/ckan/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ spec:
imagePullPolicy: {{ .Values.ckan.image.pullPolicy }}
volumeMounts:
- name: "ckan"
mountPath: /var/lib/ckan/default
mountPath: /var/lib/ckan
readOnly: false
ports:
- name: http
Expand Down

0 comments on commit c60b532

Please sign in to comment.