mirror of
https://github.com/yannh/kubeconform.git
synced 2026-04-25 21:04:31 +00:00
more acceptance tests
This commit is contained in:
parent
51732e6a21
commit
9dda2ff599
3 changed files with 27 additions and 2 deletions
|
|
@ -1,10 +1,13 @@
|
|||
---
|
||||
apiVersion: extensions/v1beta1
|
||||
apiVersion: apps/v1
|
||||
kind: DaemonSet
|
||||
metadata:
|
||||
name: nginx-ds
|
||||
spec:
|
||||
replicas: 2
|
||||
selector:
|
||||
matchLabels:
|
||||
k8s-app: nginx-ds
|
||||
template:
|
||||
spec:
|
||||
containers:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue