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.
1 parent c6c8a0f commit ddba4a0Copy full SHA for ddba4a0
internal/controller/accessrequest_controller.go
@@ -82,7 +82,7 @@ func (r *AccessRequestReconciler) Reconcile(ctx context.Context, req ctrl.Reques
82
}
83
84
if !isClusterProviderResponsible(cluster) {
85
- return ctrl.Result{}, fmt.Errorf("profile '%s' is not supported by kind controller", cluster.Spec.Profile)
+ return ctrl.Result{}, fmt.Errorf("ClusterProfile '%s' is not supported by kind controller", cluster.Spec.Profile)
86
87
88
// handle deletion
0 commit comments