fix
This commit is contained in:
@@ -113,7 +113,7 @@ resource "kubectl_manifest" "onlyoffice_certificate" {
|
||||
labels: ${jsonencode(local.onlyoffice-labels)}
|
||||
spec:
|
||||
secretName: "${var.instance}-onlyoffice-cert"
|
||||
dnsNames: ${jsonencode(local.dns-onlyoffice)}
|
||||
dnsNames: [${jsonencode(local.dns-onlyoffice)}]
|
||||
issuerRef:
|
||||
name: "${var.issuer}"
|
||||
kind: "ClusterIssuer"
|
||||
@@ -136,7 +136,7 @@ resource "kubectl_manifest" "onlyoffice_ing" {
|
||||
ingressClassName: "${var.ingress-class}"
|
||||
rules: ${jsonencode(local.onlyoffice-rules)}
|
||||
tls:
|
||||
- hosts: ${jsonencode(local.dns-onlyoffice)}
|
||||
- hosts: ${local.dns-onlyoffice}
|
||||
secretName: "${var.instance}-onlyoffice-cert"
|
||||
EOF
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user