diff --git a/infra/longhorn/templates/ingress.yaml b/infra/longhorn/templates/ingress.yaml index ee0fb86..6e3a4c1 100644 --- a/infra/longhorn/templates/ingress.yaml +++ b/infra/longhorn/templates/ingress.yaml @@ -14,16 +14,16 @@ spec: - name: longhorn-frontend port: 80 tls: - secretName: longhorn-tls1 + secretName: longhorn-tls --- apiVersion: cert-manager.io/v1 kind: Certificate metadata: - name: longhorn-tls1 + name: longhorn-tls spec: - secretName: longhorn-tls1 + secretName: longhorn-tls issuerRef: name: vault-issuer kind: ClusterIssuer