Files
netbird-kubernetes-operator/examples/sidecar/pod.yaml
T

13 lines
194 B
YAML
Raw Normal View History

apiVersion: v1
kind: Pod
metadata:
name: ubuntu
namespace: default
labels:
app: ubuntu
spec:
containers:
- name: ubuntu
image: ubuntu:latest
command: ["sleep", "infinity"]