Skip to content

Commit

Permalink
Merge pull request #190 from Sage-Bionetworks-Workflows/bgrande/ampad…
Browse files Browse the repository at this point in the history
…-new-recipients

Parameterize `notifications_email` for budgets
  • Loading branch information
Bruno Grande authored May 3, 2023
2 parents db9b334 + f393f4a commit 8b8da9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ default_stack_tags:
Project: Infrastructure
OwnerEmail: [email protected]
CostCenter: NO PROGRAM / 000000
notifications_email: [email protected]
notifications_email: {{ var.notifications_email | default("[email protected]") }}
budgets:
compute: {{ var.compute_budget | default("1000") }}
storage: {{ var.storage_budget | default("500") }}
Expand Down
1 change: 1 addition & 0 deletions src/sceptre/variables/ampad.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
notifications_email: [email protected]
compute_budget: "10000"
storage_budget: "10000"
security_budget: "500"
Expand Down

0 comments on commit 8b8da9b

Please sign in to comment.