Skip to content

Commit

Permalink
Fix deployment chart
Browse files Browse the repository at this point in the history
  • Loading branch information
cant-code committed Mar 26, 2024
1 parent 32c61a7 commit 91289f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
resources:
{{- toYaml .Values.resources | nindent 12 }}
volumeMounts:
- mountPath: "/bin/config"
- mountPath: "/home/application/config"
name: config
readOnly: true
volumes:
Expand Down

0 comments on commit 91289f8

Please sign in to comment.