Skip to content

Commit

Permalink
fix: correct volume path
Browse files Browse the repository at this point in the history
  • Loading branch information
jaypyles committed Dec 18, 2024
1 parent af9b7aa commit 6f1defc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/dashboard/templates/dashboard-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
name: config-volume
- mountPath: /project/data
subPath: {{ .Values.app.metadata.name }}/data
name: data-volume
name: config-volume
ports:
- containerPort: 3000
env:
Expand Down

0 comments on commit 6f1defc

Please sign in to comment.