github.com/GoogleContainerTools/skaffold/v2@v2.13.2/integration/testdata/deploy-multiple/kustomize/k8s-pod.yaml (about)

     1  apiVersion: v1
     2  kind: Pod
     3  metadata:
     4    name: deploy-kustomize
     5  spec:
     6    terminationGracePeriodSeconds: 0
     7    containers:
     8      - name: deploy-kustomize
     9        image: index.docker.io/library/busybox
    10        command:
    11          - sleep
    12          - "3600"