ci: use pokeapi ns

This commit is contained in:
Alessandro Pezzè 2021-05-28 17:11:59 +02:00
parent faa5c75ac0
commit f676fec5fc

View file

@ -28,6 +28,9 @@ jobs:
make kustomize-apply make kustomize-apply
kubectl proxy & kubectl proxy &
bash Resources/scripts/wait.sh http://localhost:8001/api/v1/namespaces/pokeapi/services/pokeapi/proxy/api/v2/ bash Resources/scripts/wait.sh http://localhost:8001/api/v1/namespaces/pokeapi/services/pokeapi/proxy/api/v2/
- name: Set default namespace
run: |
kubectl config set-context --current --namespace pokeapi
- name: Migrate and build data - name: Migrate and build data
run: | run: |
make k8s-migrate make k8s-migrate