Skip to content

Commit

Permalink
Merge pull request #155 from bcgov/bumpversion
Browse files Browse the repository at this point in the history
chore: addservacc
  • Loading branch information
thegentlemanphysicist authored Aug 5, 2022
2 parents 1dc2093 + f102c46 commit 1252af9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions terraform/silver/main.tf
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
locals {
namespaces = ["b861c7-dev", "b861c7-prod"]
namespaces = ["b861c7-dev", "b861c7-prod", "3d5c3f-tools", "6d70e7-tools"]
}

module "deployers" {
source = "bcgov/openshift/deployer"
version = "0.8.0"
version = "0.9.0"
for_each = toset(local.namespaces)

name = "oc-deployer"
namespace = each.key
ops_bcgov = true
}

output "deployer_secrets" {
Expand Down

0 comments on commit 1252af9

Please sign in to comment.