Skip to content

Commit b3c106d

Browse files
committed
fix: use correct annotation
1 parent ce5ebc7 commit b3c106d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/subroutine/authorization_model.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ func getRelatedAuthorizationModels(ctx context.Context, k8s client.Client, store
6666
return v1alpha1.AuthorizationModelList{}, err
6767
}
6868

69-
storeWorkspacePath := lc.Annotations["kcp.io/path"]
69+
storeWorkspacePath := lc.Annotations["kcp.io/cluster"]
7070

7171
allCtx := kontext.WithCluster(ctx, "")
7272
allAuthorizationModels := v1alpha1.AuthorizationModelList{}

0 commit comments

Comments
 (0)