From 5bad8a084a6e87d621d3733d565c34e57be18c36 Mon Sep 17 00:00:00 2001 From: Jayasimha Raghavan <87547684+jayasimha-raghavan-unskript@users.noreply.github.com> Date: Fri, 23 Feb 2024 16:35:47 -0800 Subject: [PATCH] Update unskript_ctl_config_custom.yaml * Added Info section * Spell check fixed for `secret_access` --- unskript_ctl_config_custom.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/unskript_ctl_config_custom.yaml b/unskript_ctl_config_custom.yaml index c4520a3..fe428f5 100644 --- a/unskript_ctl_config_custom.yaml +++ b/unskript_ctl_config_custom.yaml @@ -32,6 +32,12 @@ checks: p1: - k8s_get_unbound_pvcs - k8s_get_frequently_restarting_pods +info: + arguments: + global: + matrix: + namespace: [lightbeam, unskript] + # Credential section # # uncomment the relevant sections below to enable respective credential @@ -141,7 +147,7 @@ notification: from-email: no-reply@unskript.com SES: access_key: ${LB_NOTIFICATION_SMTP_SERVER} - secret_acess: ${LB_NOTIFICATION_USERNAME} + secret_access: ${LB_NOTIFICATION_USERNAME} region: us-west-2 to-email: ${LB_NOTIFICATION_RECEIVER_EMAIL} from-email: no-reply@unskript.com