Update test fixtures
Signed-off-by: James Munnelly <james@munnelly.eu>
This commit is contained in:
parent
9214615d6e
commit
55fbea348f
@ -34,7 +34,6 @@ type CertificateConfig struct {
|
||||
|
||||
// ACME parameters
|
||||
SolverConfig v1alpha1.SolverConfig
|
||||
ACMEOrderURL string
|
||||
}
|
||||
|
||||
func Certificate(cfg CertificateConfig) *v1alpha1.Certificate {
|
||||
@ -60,12 +59,6 @@ func Certificate(cfg CertificateConfig) *v1alpha1.Certificate {
|
||||
},
|
||||
},
|
||||
},
|
||||
Status: v1alpha1.CertificateStatus{
|
||||
ACME: &v1alpha1.CertificateACMEStatus{
|
||||
OrderRef: &v1alpha1.LocalObjectReference{
|
||||
Name: "",
|
||||
},
|
||||
},
|
||||
},
|
||||
Status: v1alpha1.CertificateStatus{},
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user