mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-10 06:04:18 +00:00
ci: use pokeapi ns
This commit is contained in:
parent
faa5c75ac0
commit
f676fec5fc
1 changed files with 3 additions and 0 deletions
3
.github/workflows/kustomize.yml
vendored
3
.github/workflows/kustomize.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue