Skip to content

Commit aef0423

Browse files
authored
add kc link (#50)
1 parent 3187e23 commit aef0423

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
@@ -711,6 +711,7 @@ func (r *NamespaceScopeReconciler) getValidatedNamespaces(instance *operatorv1.N
711711
validatedNs = append(validatedNs, nsMem)
712712
} else {
713713
klog.Infof("ibm-namespace-scope-operator doesn't have admin permission in namespace %s", nsMem)
714+
klog.Infof("NOTE: Please refer to https://ibm.biz/cs_namespace_operator to authorize ibm-namespace-scope-operator permissions to namespace %s", nsMem)
714715
r.Recorder.Eventf(instance, corev1.EventTypeWarning, "Forbidden", "ibm-namespace-scope-operator doesn't have admin permission in namespace %s", nsMem)
715716
}
716717
}

0 commit comments

Comments
 (0)