ungleich-k8s/generic/hostpath-test.yaml

19 lines
293 B
YAML
Raw Permalink Normal View History

2021-06-04 12:35:59 +00:00
apiVersion: v1
kind: Pod
metadata:
name: busybox-sleep
spec:
containers:
- name: busybox
image: busybox
args:
- sleep
- "1000000"
env:
- name: NICOTEST
value: "correct environment"
volumes:
- name: hostpathtest
hostPath:
path: /home