Merge pull request #501 from QJoly/main

Fix the Kubernetes ConfigMap
This commit is contained in:
Philipp C. Heckel 2022-11-15 10:43:12 -05:00 committed by GitHub
commit 46f437126c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -431,7 +431,7 @@ Configuration is relatively straightforward. As an exmaple, a minimal configurat
metadata:
name: ntfy
data:
server.yml: |
server.yml: |
# Template: https://github.com/binwiederhier/ntfy/blob/main/server/server.yml
base-url: https://ntfy.sh
```