Skip to content

Commit

Permalink
helm_generic -set,set_sensitive,postrender (#435)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShockleyJE authored May 21, 2023
1 parent df092b6 commit 85bbc1e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
3 changes: 0 additions & 3 deletions terraform-modules/aws/helm/helm_generic/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,8 @@ resource "helm_release" "helm_chart" {
disable_openapi_validation = var.disable_openapi_validation
wait = var.wait
wait_for_jobs = var.wait_for_jobs
set = var.set
set_sensitive = var.set_sensitive
dependency_update = var.dependency_update
replace = var.replace
postrender = var.postrender
pass_credentials = var.pass_credentials
lint = var.lint

Expand Down
12 changes: 0 additions & 12 deletions terraform-modules/aws/helm/helm_generic/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -134,14 +134,6 @@ variable "wait_for_jobs" {
default = false
}

variable "set" {
default = null
}

variable "set_sensitive" {
default = null
}

variable "dependency_update" {
default = false
}
Expand All @@ -150,10 +142,6 @@ variable "replace" {
default = false
}

variable "postrender" {
default = null
}

variable "pass_credentials" {
default = false
}
Expand Down

0 comments on commit 85bbc1e

Please sign in to comment.