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 ce5ebc7 commit b3c106dCopy full SHA for b3c106d
internal/subroutine/authorization_model.go
@@ -66,7 +66,7 @@ func getRelatedAuthorizationModels(ctx context.Context, k8s client.Client, store
66
return v1alpha1.AuthorizationModelList{}, err
67
}
68
69
- storeWorkspacePath := lc.Annotations["kcp.io/path"]
+ storeWorkspacePath := lc.Annotations["kcp.io/cluster"]
70
71
allCtx := kontext.WithCluster(ctx, "")
72
allAuthorizationModels := v1alpha1.AuthorizationModelList{}
0 commit comments