Add hostpath test pod

master
Nico Schottelius 2 years ago
parent 58c2972dbe
commit 61ce1ef505

@ -9,3 +9,6 @@ spec:
args:
- sleep
- "1000000"
env:
- name: NICOTEST
value: "correct environment"

@ -0,0 +1,18 @@
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
Loading…
Cancel
Save