Record Failed condition in signer controller
This commit is contained in:
@@ -186,7 +186,7 @@ func (cc *CertificateController) syncFunc(key string) error {
|
||||
return err
|
||||
}
|
||||
|
||||
if csr.Status.Certificate != nil {
|
||||
if len(csr.Status.Certificate) > 0 {
|
||||
// no need to do anything because it already has a cert
|
||||
return nil
|
||||
}
|
||||
|
Reference in New Issue
Block a user