We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dfb809c + 80519ce commit 215d2c6Copy full SHA for 215d2c6
pkg/controller/certificates/certificate_controller.go
@@ -167,10 +167,6 @@ func (cc *CertificateController) enqueueCertificateRequest(obj interface{}) {
167
cc.queue.Add(key)
168
}
169
170
-// maybeSignCertificate will inspect the certificate request and, if it has
171
-// been approved and meets policy expectations, generate an X509 cert using the
172
-// cluster CA assets. If successful it will update the CSR approve subresource
173
-// with the signed certificate.
174
func (cc *CertificateController) syncFunc(key string) error {
175
startTime := time.Now()
176
defer func() {
0 commit comments