Skip to content

Commit 39ec610

Browse files
committed
Use standard namespace.
1 parent 084bce8 commit 39ec610

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/helm-tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ jobs:
8383
helm dependency build eoapi
8484
8585
helm install $RELEASE_NAME \
86-
--namespace default \
8786
-f ./eoapi/values.yaml \
8887
-f ./eoapi/test-k3s-unittest-values.yaml \
8988
./eoapi
@@ -100,7 +99,6 @@ jobs:
10099
timeout-minutes: 10
101100
continue-on-error: true
102101
run: |
103-
kubectl config set-context --current --namespace=default
104102
while [[ -z "$(kubectl get pod | grep "^raster-$RELEASE_NAME-.*$" | cut -d' ' -f1 | xargs -I{} kubectl logs pod/{} | grep "GET /.*/healthz" | head -n 1)" ]]; do
105103
echo "still waiting for raster service to start..."
106104
sleep 1
@@ -136,7 +134,6 @@ jobs:
136134
kubectl get ingress --all-namespaces -o jsonpath='{range .items[0]}kubectl describe ingress {.metadata.name} -n {.metadata.namespace}{end}' | sh
137135
kubectl get middleware.traefik.io --all-namespaces -o custom-columns='NAMESPACE:.metadata.namespace,NAME:.metadata.name' --no-headers | while read -r namespace name; do kubectl describe middleware.traefik.io "$name" -n "$namespace"; done
138136
139-
kubectl config set-context --current --namespace=default
140137
PUBLICIP='http://'$(kubectl -n kube-system get svc traefik -o jsonpath='{.status.loadBalancer.ingress[0].ip}')
141138
export VECTOR_ENDPOINT=$PUBLICIP/vector$RELEASE_NAME
142139
export STAC_ENDPOINT=$PUBLICIP/stac$RELEASE_NAME

0 commit comments

Comments
 (0)