File tree Expand file tree Collapse file tree
Resources/k8s/kustomize/base Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -101,4 +101,4 @@ jobs:
101101 kubectl wait --timeout=10020s --for=condition=complete job/load-graphql
102102 last_command=$(kubectl get job -o jsonpath='{.status.succeeded}' load-graphql)
103103 test "$last_command" -eq 1
104- kubectl logs jobs load-graphql
104+ kubectl logs jobs/ load-graphql
Original file line number Diff line number Diff line change 3535 - apt-get update &&
3636 apt-get install -y git curl &&
3737 curl -L https://github.com/hasura/graphql-engine/raw/stable/cli/get.sh | VERSION=v2.36.4 bash &&
38+ cd /tmp &&
3839 git clone https://github.com/PokeAPI/pokeapi.git &&
3940 cd pokeapi &&
4041 git checkout $(POKEAPI_CHECKOUT_REF) | git checkout master &&
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ namespace: pokeapi
55
66configMapGenerator :
77 - name : pokeapi-configmap
8- files :
8+ envs :
99 - config/pokeapi.env
1010
1111secretGenerator :
You can’t perform that action at this time.
0 commit comments