blob: f297aad36ac386a6b2ad908ada497f1a0deeb56c [file] [log] [blame]
apiVersion: v1
kind: Pod
spec:
containers:
- name: gradle
image: gradle:7.3.3-jdk11
command: ["tail", "-f", "/dev/null"] # this or any command that is basically a noop is required, this is so that you don't overwrite the entrypoint of the base container
imagePullPolicy: IfNotPresent