Skip to content

Commit

Permalink
remove everything but certResolver from CRD
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerpotts committed Jan 12, 2022
1 parent f09e9fe commit 1ce2310
Showing 1 changed file with 4 additions and 44 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,53 +137,13 @@ resource "kubernetes_manifest" "ingress_route" {
tls = {
type = "object"
properties = {
secretName = {
type = "string"
}
options = {
type = "object"
required = ["name", "namespace"]
properties = {
name = {
type = "string"
}
namespace = {
type = "string"
}
}
}
store = {
type = "object"
required = ["name", "namespace"]
properties = {
name = {
type = "string"
}
namespace = {
type = "string"
}
}
}



certResolver = {
type = "string"
}
domains = {
type = "array"
items = {
type = "object"
properties = {
main = {
type = "string"
}
sans = {
type = "array"
items = {
type = "string"
}
}
}
}
}

}
}
}
Expand Down

0 comments on commit 1ce2310

Please sign in to comment.