Skip to content

Commit 8629ff3

Browse files
committed
fix todo
1 parent f232a8a commit 8629ff3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/core/v2alpha1/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const (
2424
ConditionMeta = "Meta"
2525

2626
ConditionClusterRequestReady = "ClusterRequestReady"
27-
ConditionPrefixOIDCAccessReady = "OIDCAccessReady_" // TODO: replace '_' with '.' once https://github.com/openmcp-project/controller-utils/pull/127 is merged and released
27+
ConditionPrefixOIDCAccessReady = "OIDCAccessReady:"
2828
ConditionAllAccessReady = "AllAccessReady"
2929
ConditionAllServicesDeleted = "AllServicesDeleted"
3030
ConditionAllClusterRequestsDeleted = "AllClusterRequestsDeleted"

0 commit comments

Comments
 (0)