Skip to content

Commit d6b60de

Browse files
committed
fix: remove nl
1 parent 45fa9e7 commit d6b60de

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Resources/k8s/kustomize/base/deployments/pokeapi-deployment.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ spec:
2727
image: alpine:3.21.2
2828
command: ['sh', '-c']
2929
args:
30-
- apk add --update git && git clone --recurse-submodules https://github.com/PokeAPI/pokeapi.git &&
31-
mv /tmp/pokeapi/data/v2/* /tmp
30+
- apk add --update git && git clone --recurse-submodules https://github.com/PokeAPI/pokeapi.git && mv /tmp/pokeapi/data/v2/* /tmp
3231
workingDir: /tmp
3332
volumeMounts:
3433
- mountPath: /tmp/cries

0 commit comments

Comments
 (0)