Skip to content

Commit 962b384

Browse files
committed
fix: add -y
1 parent b7308de commit 962b384

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/k8s/kustomize/base/jobs/load-graphql.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ spec:
3232
key: POKEAPI_CHECKOUT_REF
3333
command: ["sh", "-c"]
3434
args:
35-
- apt-get update && apt-get install curl git &&
35+
- apt-get update && apt-get install -y curl git &&
3636
curl -L https://github.com/hasura/graphql-engine/raw/stable/cli/get.sh | VERSION=v2.36.4 bash &&
3737
cd /tmp &&
3838
git clone https://github.com/PokeAPI/pokeapi.git &&

0 commit comments

Comments
 (0)