Skip to content

Commit afd75ed

Browse files
committed
fix values.yaml path in sample-jhub
1 parent 8cd12ff commit afd75ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/sample-jhub/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ module "sample-jhub" {
6969
# ---------------- HELM/JHUB VARIABLES -----------------------
7070
jhub_helm_version = "3.3.7"
7171
helm_deploy_timeout = 1000
72-
helm_values_file = "./values.yaml"
72+
helm_values_file = "./sample-jhub/values.yaml"
7373

7474
# ---------------- CRONJOB VARIABLES -----------------------
7575
scale_up_schedule = "30 19 * * 4"

0 commit comments

Comments
 (0)