Skip to content

Commit e253c7c

Browse files
committed
fix: use local chart dir for e2e and not remote repo
1 parent 5f874d6 commit e253c7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/kuttl-test-self-hosted-postgres.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ commands:
1818
--wait
1919
timeout: 120
2020
- command: >-
21-
helm install -n $NAMESPACE ext-postgres-operator ext-postgres-operator/ext-postgres-operator
21+
helm install -n $NAMESPACE ext-postgres-operator ./charts/ext-postgres-operator
2222
--set image.repository=postgres-operator
2323
--set image.tag=build
2424
--set postgres.host=postgresql

0 commit comments

Comments
 (0)