mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-14 18:30:21 +00:00
11 lines
180 B
YAML
11 lines
180 B
YAML
|
apiVersion: v1
|
||
|
kind: Pod
|
||
|
metadata:
|
||
|
name: test-pod
|
||
|
labels:
|
||
|
name: test-pod-label
|
||
|
spec:
|
||
|
containers:
|
||
|
- name: kubernetes-pause
|
||
|
image: gcr.io/google-containers/pause:2.0
|