Skip to content

Commit 96f7b55

Browse files
committed
change condition message
Signed-off-by: Tommy Hughes <tohughes@redhat.com>
1 parent 320b559 commit 96f7b55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

infra/feast-operator/api/v1alpha1/featurestore_types.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ const (
3333

3434
// Feast condition reasons:
3535
ReadyReason = "Ready"
36-
FailedReason = "FeatureStoreFailed"
36+
FailedReason = "FeastInstallFailed"
3737
RegistryFailedReason = "RegistryDeploymentFailed"
3838
ClientFailedReason = "ClientDeploymentFailed"
3939

4040
// Feast condition messages:
41-
ReadyMessage = "FeatureStore installation complete"
41+
ReadyMessage = "Feast installation complete"
4242
RegistryReadyMessage = "Registry installation complete"
4343
ClientReadyMessage = "Client installation complete"
4444

0 commit comments

Comments
 (0)