Skip to content

Commit

Permalink
fix: corrected repoUrl. see below.
Browse files Browse the repository at this point in the history
  • Loading branch information
kahirokunn committed Aug 11, 2022
1 parent d013755 commit 641052f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/kubernetes-addons/argocd/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ resource "helm_release" "argocd_application" {
set {
name = "source.helm.values"
value = yamlencode(merge(
{ repo_url = each.value.repo_url },
{ repoUrl = each.value.repo_url },
each.value.values,
local.global_application_values,
each.value.add_on_application ? var.addon_config : {}
Expand Down

0 comments on commit 641052f

Please sign in to comment.