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 ef9b2d2 commit b82448dCopy full SHA for b82448d
.github/workflows/e2e.yaml
@@ -125,7 +125,7 @@ jobs:
125
run: |
126
kubectl create namespace logging
127
128
- kubectl create -f hack/minio.yaml
+ kubectl create -n logging -f hack/minio.yaml
129
kubectl wait -n logging --for=condition=available deployment/minio-deployment --timeout=120s
130
minio="$(kubectl get pod -n logging -l app=minio -o 'jsonpath={.items[0].metadata.name}')"
131
kubectl wait -n logging --for=condition=Ready pod "${minio}" --timeout=120s
0 commit comments