mirror of https://github.com/k3s-io/k3s
12 lines
187 B
YAML
12 lines
187 B
YAML
|
---
|
||
|
apiVersion: v1
|
||
|
kind: Pod
|
||
|
metadata:
|
||
|
name: dummy
|
||
|
namespace: kube-system
|
||
|
spec:
|
||
|
containers:
|
||
|
- name: dummy
|
||
|
image: ranchertest/mytestcontainer
|
||
|
imagePullPolicy: IfNotPresent
|