Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

J7m4/infra 240 aws redis in cluster #330

Closed
wants to merge 8 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
thread enable_helm_release to tf_helm_wandbˆ
  • Loading branch information
j7m4 committed Jan 6, 2025
commit ebd2f64f5828141c4693971495f72c05d01e4cb7
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
@@ -262,6 +262,7 @@ module "wandb" {

operator_chart_version = var.operator_chart_version
controller_image_tag = var.controller_image_tag
enable_helm_release = var.enable_helm_release

spec = {
values = {
6 changes: 6 additions & 0 deletions variables.tf
Original file line number Diff line number Diff line change
@@ -38,6 +38,12 @@ variable "controller_image_tag" {
default = "1.14.0"
}

variable "enable_helm_release" {
type = bool
default = true
description = "Enable or disable applying and releasing Helm chart"
}

##########################################
# Database #
##########################################