From 28ceaa11be7f1b1d99a44eb937241a4452a27c0a Mon Sep 17 00:00:00 2001 From: William P Date: Fri, 10 Apr 2026 12:22:25 -0400 Subject: [PATCH] monitoring: add nullbytePolicy to discord-webhook to fix argo sync issues --- system-apps/monitoring/templates/discord-webhook-secret.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/system-apps/monitoring/templates/discord-webhook-secret.yaml b/system-apps/monitoring/templates/discord-webhook-secret.yaml index e3c1d31..d303cfe 100644 --- a/system-apps/monitoring/templates/discord-webhook-secret.yaml +++ b/system-apps/monitoring/templates/discord-webhook-secret.yaml @@ -17,5 +17,6 @@ spec: conversionStrategy: Default decodingStrategy: None metadataPolicy: None + nullBytePolicy: Ignore key: monitoring property: discord_webhook \ No newline at end of file