We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45fa9e7 commit d6b60deCopy full SHA for d6b60de
Resources/k8s/kustomize/base/deployments/pokeapi-deployment.yaml
@@ -27,8 +27,7 @@ spec:
27
image: alpine:3.21.2
28
command: ['sh', '-c']
29
args:
30
- - apk add --update git && git clone --recurse-submodules https://github.com/PokeAPI/pokeapi.git &&
31
- mv /tmp/pokeapi/data/v2/* /tmp
+ - apk add --update git && git clone --recurse-submodules https://github.com/PokeAPI/pokeapi.git && mv /tmp/pokeapi/data/v2/* /tmp
32
workingDir: /tmp
33
volumeMounts:
34
- mountPath: /tmp/cries
0 commit comments