Skip to content

Commit c9126e7

Browse files
authoredApr 7, 2025
docs: correct mountPath for server.yml
Fixed binwiederhier#1309
1 parent 630f295 commit c9126e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/install.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ kubectl apply -k /ntfy
540540
cpu: 150m
541541
memory: 150Mi
542542
volumeMounts:
543-
- mountPath: /etc/ntfy/server.yml
543+
- mountPath: /etc/ntfy
544544
subPath: server.yml
545545
name: config-volume # generated vie configMapGenerator from kustomization file
546546
- mountPath: /var/cache/ntfy

0 commit comments

Comments
 (0)
Please sign in to comment.