commit a7f7a2b5f4f480f47eb88f0ecd798c484b9a0f88 parent 76059a9145e7f42cf561c9f618c34bc1d78baecc Author: MTRNord <MTRNord@users.noreply.github.com> Date: Thu, 10 Jul 2025 17:28:34 +0200 Meow Diffstat:
| M | apps/base/ntfy/release.yaml | | | 4 | +--- |
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/apps/base/ntfy/release.yaml b/apps/base/ntfy/release.yaml @@ -41,11 +41,9 @@ spec: [ "sh", "-c", - "chown -R 1000:1000 /opt/docker/ntfy/config /opt/docker/ntfy/cache /etc/ntfy", + "chown -R 1000:1000 /opt/docker/ntfy/cache /etc/ntfy", ] volumeMounts: - - name: ntfy-config - mountPath: /opt/docker/ntfy/config - name: ntfy-cache mountPath: /opt/docker/ntfy/cache - name: ntfy-data