From 8b0fc881e1ed2e84c9dbd1b34cae59351e0157c2 Mon Sep 17 00:00:00 2001 From: tahahawa Date: Wed, 2 Jul 2025 12:09:08 -0400 Subject: [PATCH] fix func call name --- harmony/src/modules/monitoring/ntfy/ntfy.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/harmony/src/modules/monitoring/ntfy/ntfy.rs b/harmony/src/modules/monitoring/ntfy/ntfy.rs index b8b5cbe..98d4fff 100644 --- a/harmony/src/modules/monitoring/ntfy/ntfy.rs +++ b/harmony/src/modules/monitoring/ntfy/ntfy.rs @@ -80,7 +80,7 @@ impl NtfyInterpret { }; k8s_client - .exec_pod( + .exec_app( "ntfy".to_string(), Some(&self.score.namespace), vec![ @@ -103,7 +103,7 @@ impl NtfyInterpret { mode: NtfyAccessMode, ) -> Result<(), String> { k8s_client - .exec_pod( + .exec_app( "ntfy".to_string(), Some(&self.score.namespace), vec![