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 320b559 commit 96f7b55Copy full SHA for 96f7b55
infra/feast-operator/api/v1alpha1/featurestore_types.go
@@ -33,12 +33,12 @@ const (
33
34
// Feast condition reasons:
35
ReadyReason = "Ready"
36
- FailedReason = "FeatureStoreFailed"
+ FailedReason = "FeastInstallFailed"
37
RegistryFailedReason = "RegistryDeploymentFailed"
38
ClientFailedReason = "ClientDeploymentFailed"
39
40
// Feast condition messages:
41
- ReadyMessage = "FeatureStore installation complete"
+ ReadyMessage = "Feast installation complete"
42
RegistryReadyMessage = "Registry installation complete"
43
ClientReadyMessage = "Client installation complete"
44
0 commit comments