Skip to content

Commit

Permalink
Update variables.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-hermann-sva authored Jun 16, 2024
1 parent 2cbf246 commit c05bab0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ variable "context" {
description = "kube cluster context"
}

variable "components_extra" {
description = "Extra components"
type = list(string)
default = ["image-automation-controller"]
}

variable "kubeconfig_path" {
type = string
default = "~/.kube/config"
Expand Down

0 comments on commit c05bab0

Please sign in to comment.