kubeconform/fixtures/extra_property.yaml
2020-10-18 14:04:23 +02:00

15 lines
221 B
YAML

---
apiVersion: apps/v1
kind: DaemonSet
metadata:
name: nginx-ds
spec:
replicas: 2
selector:
matchLabels:
k8s-app: nginx-ds
template:
spec:
containers:
- image: nginx
name: nginx