diff --git a/infra/feast-operator/test/e2e/test_util.go b/infra/feast-operator/test/e2e/test_util.go index 017690a0ec9..73c9114accb 100644 --- a/infra/feast-operator/test/e2e/test_util.go +++ b/infra/feast-operator/test/e2e/test_util.go @@ -158,7 +158,7 @@ func checkIfKubernetesServiceExists(namespace, serviceName string) error { func isFeatureStoreHavingRemoteRegistry(namespace, featureStoreName string) (bool, error) { cmd := exec.Command("kubectl", "get", "featurestore", featureStoreName, "-n", namespace, - "-o=jsonpath='{.spec.services.registry}'") + "-o=jsonpath='{.status.applied.services.registry}'") // Capture the output output, err := cmd.Output() diff --git a/infra/feast-operator/test/testdata/feast_integration_test_crs/v1alpha1_default_featurestore.yaml b/infra/feast-operator/test/testdata/feast_integration_test_crs/v1alpha1_default_featurestore.yaml index 0252a5fecf5..3c88d71e566 100644 --- a/infra/feast-operator/test/testdata/feast_integration_test_crs/v1alpha1_default_featurestore.yaml +++ b/infra/feast-operator/test/testdata/feast_integration_test_crs/v1alpha1_default_featurestore.yaml @@ -5,10 +5,5 @@ metadata: spec: feastProject: my_project services: - onlineStore: - image: 'localhost/feastdev/feature-server:dev' - offlineStore: - image: 'localhost/feastdev/feature-server:dev' - registry: - local: - image: 'localhost/feastdev/feature-server:dev' + onlineStore: {} + offlineStore: {} diff --git a/infra/feast-operator/test/testdata/feast_integration_test_crs/v1alpha1_remote_registry_featurestore.yaml b/infra/feast-operator/test/testdata/feast_integration_test_crs/v1alpha1_remote_registry_featurestore.yaml index 61c010f0576..9b12b78577c 100644 --- a/infra/feast-operator/test/testdata/feast_integration_test_crs/v1alpha1_remote_registry_featurestore.yaml +++ b/infra/feast-operator/test/testdata/feast_integration_test_crs/v1alpha1_remote_registry_featurestore.yaml @@ -5,10 +5,8 @@ metadata: spec: feastProject: my_project services: - onlineStore: - image: 'localhost/feastdev/feature-server:dev' - offlineStore: - image: 'localhost/feastdev/feature-server:dev' + onlineStore: {} + offlineStore: {} registry: remote: feastRef: