Skip to content

Commit

Permalink
Amit en 5152 multiple namespace (#925)
Browse files Browse the repository at this point in the history
  • Loading branch information
amit-chandak-unskript authored Nov 6, 2023
1 parent 940b40b commit 4daaf93
Show file tree
Hide file tree
Showing 4 changed files with 266 additions and 70 deletions.
6 changes: 5 additions & 1 deletion unskript-ctl/config/unskript_ctl_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ checks:
arguments:
global:
region: us-west-2
matrix:
namespace: [n1, n2]

# Credential section
#
Expand Down Expand Up @@ -147,6 +149,7 @@ notification:
Email:
verbose: true #Not yet supported
enable: false
email_subject_line: ""
# provider for the email. Possible values:
# - SMTP - SMTP server
# - SES - AWS SES
Expand All @@ -168,6 +171,7 @@ notification:
api_key: ""
to-email: ""
from-email: ""

#
# Job section
#
Expand All @@ -176,6 +180,7 @@ jobs:
- name: "" # Unique name
# The results of the job to be notified or not.
notify: true
#notify_sink: foo
enable: false
# Specific checks to run
# Not supported: multiple checks, only single check support for now.
Expand Down Expand Up @@ -220,7 +225,6 @@ jobs:
# - opsgenie
connector_types: []
# Custom scripts to be run.
# Not supported
custom_scripts: []

#
Expand Down
Loading

0 comments on commit 4daaf93

Please sign in to comment.