kubeconform/fixtures/invalid.yaml
2020-06-06 18:46:08 +02:00

19 lines
307 B
YAML

apiVersion: v1
kind: ReplicationController
metadata:
name: "bob"
spec:
replicas: asd"
selector:
app: nginx
templates:
metadata:
name: nginx
labels:
app: nginx
spec:
containers:
- name: nginx
image: nginx
ports:
- containerPort: 80