From bc539ce7c363640776a220b25bccdca154d55836 Mon Sep 17 00:00:00 2001 From: William P Date: Mon, 1 Dec 2025 20:39:02 -0500 Subject: [PATCH] fix argo sync in externalsecret --- system-apps/monitoring/templates/discord-webhook-secret.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/system-apps/monitoring/templates/discord-webhook-secret.yaml b/system-apps/monitoring/templates/discord-webhook-secret.yaml index 9c96d96..e3c1d31 100644 --- a/system-apps/monitoring/templates/discord-webhook-secret.yaml +++ b/system-apps/monitoring/templates/discord-webhook-secret.yaml @@ -14,5 +14,8 @@ spec: data: - secretKey: webhook remoteRef: + conversionStrategy: Default + decodingStrategy: None + metadataPolicy: None key: monitoring property: discord_webhook \ No newline at end of file