kubeconform/fixtures/invalid.yaml
2020-06-04 00:33:01 +02:00

19 lines
307 B
YAML
Executable file

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