Skip to content

Commit

Permalink
set nfs test to apply [test nfs]
Browse files Browse the repository at this point in the history
  • Loading branch information
digicosmos86 committed Aug 16, 2024
1 parent b3098a9 commit 0180c7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/sample-jhub-nfs/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ module "sample-jhub" {
shared_storage_capacity = 2

# ---------------- HELM/JHUB VARIABLES -----------------------
jhub_helm_version = "3.3.7"
jhub_helm_version = "3.3.8"
helm_deploy_timeout = 1000
helm_values_file = var.helm_values_file

Expand Down
2 changes: 1 addition & 1 deletion tests/test-sample-jhub-nfs.tftest.hcl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
run "test_website_creation" {
# Apply the module
command = plan
command = apply

module {
source = "./tests/sample-jhub-nfs"
Expand Down

0 comments on commit 0180c7d

Please sign in to comment.