From 34aca9747f8f1bd519863defb9965bfa3eba7dfe Mon Sep 17 00:00:00 2001 From: Sven Gerber Date: Fri, 10 Mar 2023 09:23:37 +0100 Subject: [PATCH] docs(fix): secret as env var Signed-off-by: Sven Gerber --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d66503..2496f15 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Configure a push monitor in your Uptime Kuma instance. ![Uptime Kuma push monitor](docs/uptime_kuma_push.png) -Add a config map with the Uptime Kuma push URL. +Add a secret with the Uptime Kuma push URL. ```yaml apiVersion: v1 kind: Secret @@ -39,6 +39,7 @@ stringData: UPTIME_KUMA_URL: "https://uptime-kuma.example.com/api/push/XXXXXXX" ``` Add this middleware as a sidecar container to your Alertmanager deployment. +Use the secret as an environment variable. ```yaml alertmanager: alertmanagerSpec: