diff --git a/Resources/k8s/kustomize/base/jobs/load-graphql.yaml b/Resources/k8s/kustomize/base/jobs/load-graphql.yaml index 32868569..cc43bb4d 100644 --- a/Resources/k8s/kustomize/base/jobs/load-graphql.yaml +++ b/Resources/k8s/kustomize/base/jobs/load-graphql.yaml @@ -32,7 +32,7 @@ spec: key: POKEAPI_CHECKOUT_REF command: ["sh", "-c"] args: - - apt-get update && apt-get install curl git && + - apt-get update && apt-get install -y curl git && curl -L https://github.com/hasura/graphql-engine/raw/stable/cli/get.sh | VERSION=v2.36.4 bash && cd /tmp && git clone https://github.com/PokeAPI/pokeapi.git &&