Skip to content

Commit 248ef14

Browse files
authored
add kc link in events (#51)
1 parent aef0423 commit 248ef14

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

controllers/namespacescope_controller.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -713,6 +713,7 @@ func (r *NamespaceScopeReconciler) getValidatedNamespaces(instance *operatorv1.N
713713
klog.Infof("ibm-namespace-scope-operator doesn't have admin permission in namespace %s", nsMem)
714714
klog.Infof("NOTE: Please refer to https://ibm.biz/cs_namespace_operator to authorize ibm-namespace-scope-operator permissions to namespace %s", nsMem)
715715
r.Recorder.Eventf(instance, corev1.EventTypeWarning, "Forbidden", "ibm-namespace-scope-operator doesn't have admin permission in namespace %s", nsMem)
716+
r.Recorder.Eventf(instance, corev1.EventTypeWarning, "Forbidden", "NOTE: Please refer to https://ibm.biz/cs_namespace_operator to authorize ibm-namespace-scope-operator permissions to namespace %s", nsMem)
716717
}
717718
}
718719
return validatedNs, nil

0 commit comments

Comments
 (0)