Skip to content

Commit

Permalink
chore: trigger ci
Browse files Browse the repository at this point in the history
  • Loading branch information
bodymindarts committed May 19, 2023
1 parent 9304ea5 commit 022d81f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/smoketest/gcp/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ locals {
cluster_endpoint = var.cluster_endpoint
cluster_ca_cert = var.cluster_ca_cert

galoy_namespace = "${local.name_prefix}-galoy"
smoketest_namespace = "${local.name_prefix}-smoketest"
smoketest_name = "smoketest"
smoketest_cronjob = var.smoketest_cronjob
smoketest_cronjob_name = "${local.smoketest_name}-cronjob"
galoy_namespace = "${local.name_prefix}-galoy"
}

0 comments on commit 022d81f

Please sign in to comment.