Skip to content

Commit b82448d

Browse files
committed
test: fix e2e test ns
Signed-off-by: Peter Wilcsinszky <[email protected]>
1 parent ef9b2d2 commit b82448d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
run: |
126126
kubectl create namespace logging
127127
128-
kubectl create -f hack/minio.yaml
128+
kubectl create -n logging -f hack/minio.yaml
129129
kubectl wait -n logging --for=condition=available deployment/minio-deployment --timeout=120s
130130
minio="$(kubectl get pod -n logging -l app=minio -o 'jsonpath={.items[0].metadata.name}')"
131131
kubectl wait -n logging --for=condition=Ready pod "${minio}" --timeout=120s

0 commit comments

Comments
 (0)