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

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
```