Skip to content

Commit

Permalink
Update default
Browse files Browse the repository at this point in the history
  • Loading branch information
iameskild committed Aug 27, 2022
1 parent 268910c commit e3b4ec6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,5 @@ variable "load-balancer-annotations" {
variable "certificate-service" {
description = "The certificate service to use"
type = string
default = "default"
default = "self-signed"
}
2 changes: 1 addition & 1 deletion qhub/template/stages/04-kubernetes-ingress/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ variable "load-balancer-annotations" {
variable "certificate-service" {
description = "The certificate service to use"
type = string
default = "default"
default = "self-signed"
}

0 comments on commit e3b4ec6

Please sign in to comment.