ignore the empty YAML object

This commit is contained in:
Jingfang Liu
2018-07-27 15:26:48 -07:00
parent 4d9d54e2c7
commit 2e7093e67f
2 changed files with 12 additions and 4 deletions

View File

@@ -78,6 +78,10 @@ apiVersion: apps/v1
kind: Deployment
metadata:
name: dply2
---
# some comment
---
---
`
l := loadertest.NewFakeLoader("/home/seans/project")