feat: Add ntfy score #69
@@ -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![
|
||||
|
||||
Reference in New Issue
Block a user