We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcf63c7 commit 43c4f72Copy full SHA for 43c4f72
pkg/controller/informers.go
@@ -958,7 +958,7 @@ func (ctlr *Controller) enqueueDeletedVirtualServer(obj interface{}) {
958
959
func (ctlr *Controller) enqueueTLSProfile(obj interface{}, event string) {
960
tls := obj.(*cisapiv1.TLSProfile)
961
- if !ctlr.webhookServer.IsWebhookServerRunning() { // check if the virutal server matches all the requirements.
+ if !ctlr.webhookServer.IsWebhookServerRunning() { // check if the TLS profile matches all the requirements.
962
tlsKey := tls.ObjectMeta.Namespace + "/" + tls.ObjectMeta.Name
963
valid, errMsg := ctlr.checkValidTLSProfile(tls)
964
if !valid {
0 commit comments