fix affected cmd/config tests

This commit is contained in:
Natasha Sarkar
2021-06-30 10:05:34 -07:00
committed by Katrina Verey
parent 3ab0665c19
commit 5c2c617ff0
3 changed files with 10 additions and 21 deletions

View File

@@ -117,8 +117,8 @@ items:
name: test
app: nginx
ports:
# This i the port.
- name: http
# This i the port.
port: 8080
targetPort: 8080
`
@@ -169,8 +169,8 @@ items:
name: test
app: nginx
ports:
# This i the port.
- name: http
# This i the port.
port: 8080
targetPort: 8080
`
@@ -269,8 +269,8 @@ items:
name: test
app: nginx
ports:
# This i the port.
- name: http
# This i the port.
port: 8080
targetPort: 8080
`