Skip to content

Commit

Permalink
fix runtime values pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino committed Dec 30, 2023
1 parent 66906a8 commit 68864f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/setup/console.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ resource "helm_release" "runtime" {
create_namespace = true
timeout = 600
values = [
"${path.module}/../helm-values/runtime.yaml"
file("${path.module}/../helm-values/runtime.yaml")
]

depends_on = [ module.mgmt.cluster ]
Expand Down

0 comments on commit 68864f6

Please sign in to comment.