Skip to content

Commit

Permalink
chore: Remove CR image from e2e samples (#4942)
Browse files Browse the repository at this point in the history
CR image no longer needed for e2e

Signed-off-by: Tommy Hughes <tohughes@redhat.com>
  • Loading branch information
tchughesiv authored Jan 21, 2025
1 parent 7cf2f4c commit 6926a7c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 12 deletions.
2 changes: 1 addition & 1 deletion infra/feast-operator/test/e2e/test_util.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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: {}
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6926a7c

Please sign in to comment.