Skip to content
This repository has been archived by the owner on Jun 6, 2023. It is now read-only.

Commit

Permalink
Merge pull request #95 from wandera/OPS-11627-cert-manager-static-addon
Browse files Browse the repository at this point in the history
Added cert-manager managed variable
  • Loading branch information
petergvizd authored Jun 16, 2022
2 parents 8896fa2 + 7480bf3 commit 3edb730
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aws/cluster/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -1049,11 +1049,11 @@ variable "aws-load-balancer-controller" {
variable "cert-manager" {
type = object({
enabled = bool
image = string
managed = bool
})
default = {
enabled = false
image = null
managed = false
}
}

Expand Down

0 comments on commit 3edb730

Please sign in to comment.