We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cd12ff commit afd75edCopy full SHA for afd75ed
tests/sample-jhub/main.tf
@@ -69,7 +69,7 @@ module "sample-jhub" {
69
# ---------------- HELM/JHUB VARIABLES -----------------------
70
jhub_helm_version = "3.3.7"
71
helm_deploy_timeout = 1000
72
- helm_values_file = "./values.yaml"
+ helm_values_file = "./sample-jhub/values.yaml"
73
74
# ---------------- CRONJOB VARIABLES -----------------------
75
scale_up_schedule = "30 19 * * 4"
0 commit comments