fix tests

This commit is contained in:
jerger 2022-07-05 21:50:07 +02:00
parent 2734125b8e
commit 85eb5c8541

View file

@ -20,8 +20,10 @@
:kind "Certificate" :kind "Certificate"
:metadata {:name "cloud-cert", :namespace "default"} :metadata {:name "cloud-cert", :namespace "default"}
:spec :spec
{:secretName "cloud-secret" {:secretName "cloud-cert"
:commonName "xx" :duration "2160h"
:renewBefore "360h",
:commonName "xx",
:dnsNames ["xx"] :dnsNames ["xx"]
:issuerRef :issuerRef
{:name "prod", :kind "ClusterIssuer"}}} {:name "prod", :kind "ClusterIssuer"}}}
@ -42,7 +44,7 @@
:ingress.kubernetes.io/proxy-read-timeout "300"} :ingress.kubernetes.io/proxy-read-timeout "300"}
:namespace "default"} :namespace "default"}
:spec :spec
{:tls [{:hosts ["xx"], :secretName "cloud-secret"}] {:tls [{:hosts ["xx"], :secretName "cloud-cert"}]
:rules :rules
[{:host "xx" [{:host "xx"
:http :http