Skip to content

Commit

Permalink
Merge pull request #9 from spotinst/fix/CON-19935_changeChartNameSpac…
Browse files Browse the repository at this point in the history
…eInTerraform
  • Loading branch information
baruchis123 authored Mar 29, 2023
2 parents 749e067 + b42c6fe commit 920e037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ variable "chart" {
variable "chart_namespace" {
type = string
description = "Chart namespace to install the release into."
default = "spot-system"
default = "kube-system"
}

variable "secret_name" {
Expand Down

0 comments on commit 920e037

Please sign in to comment.