address comments

This commit is contained in:
Mengqi Yu
2021-06-07 14:50:01 -07:00
parent cabbea0d97
commit 294070b3ab
5 changed files with 135 additions and 9 deletions

View File

@@ -420,8 +420,8 @@ spec:
image: nginx:1.7.9
# this is a container
ports:
- # this is a port
containerPort: 80
# this is a port
- containerPort: 80
`
s, err := FormatInput(strings.NewReader(y))
assert.NoError(t, err)