From c9126e7aa9a32a2f47dce65da10be39d96541e03 Mon Sep 17 00:00:00 2001 From: Josh J Date: Mon, 7 Apr 2025 09:26:52 +0100 Subject: [PATCH] docs: correct mountPath for server.yml Fixed #1309 --- docs/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.md b/docs/install.md index 0c823571..45870505 100644 --- a/docs/install.md +++ b/docs/install.md @@ -540,7 +540,7 @@ kubectl apply -k /ntfy cpu: 150m memory: 150Mi volumeMounts: - - mountPath: /etc/ntfy/server.yml + - mountPath: /etc/ntfy subPath: server.yml name: config-volume # generated vie configMapGenerator from kustomization file - mountPath: /var/cache/ntfy