Skip to content

Commit

Permalink
fix(charts/ntfy: update mountPath for ConfigMap
Browse files Browse the repository at this point in the history
Update the `mounPath` path to a directory since Kubernetes will mount the ConfigMap keys as individual files within the directory.
  • Loading branch information
mvprowess committed Jun 27, 2024
1 parent b702470 commit 2cdbc62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/ntfy/templates/_podSpec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ template:
{{- end }}
volumeMounts:
- name: {{ printf "%s-config" (include "ntfy.fullname" .) }}
mountPath: /var/lib/ntfy/server.yml
mountPath: /var/lib/ntfy
{{- if (or .Values.ntfy.cache.file .Values.ntfy.auth.file .Values.ntfy.attachment.cacheDir) }}
- name: {{ include "ntfy.pv" . }}
mountPath: {{ .Values.ntfy.data.rootPath }}
Expand Down

0 comments on commit 2cdbc62

Please sign in to comment.