Skip to content

Commit

Permalink
[#77] Fix argo target bucket
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitriy Karbyshev committed Apr 12, 2021
1 parent 8301b4a commit c2eed49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/env_types/gcp/gke/k8s_setup/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ module "argo_workflow_prereqs" {
module "argo_workflow" {
source = "../../../../modules/k8s/argo/main"
cluster_domain = var.cluster_domain_name
configuration = merge(var.argo, { artifact_bucket = module.odahuflow_prereqs.odahu_data_bucket_name })
configuration = merge(var.argo, { artifact_bucket = module.odahuflow_prereqs.argo_artifact_bucket_name })
workflows_sa = module.argo_workflow_prereqs.argo_workflows_sa
tls_secret_crt = var.tls_crt
tls_secret_key = var.tls_key
Expand Down

0 comments on commit c2eed49

Please sign in to comment.