Skip to content

Commit

Permalink
Update default
Browse files Browse the repository at this point in the history
  • Loading branch information
iameskild authored and costrouc committed Sep 1, 2022
1 parent db72632 commit d151078
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 d151078

Please sign in to comment.