Merge pull request #3557 from natasha41575/PatchMergeIssue

fixed ports merging issue and refactored some kyaml/walk code
This commit is contained in:
Jeff Regan
2021-02-09 08:48:19 -08:00
committed by GitHub
6 changed files with 145 additions and 125 deletions

View File

@@ -803,10 +803,10 @@ spec:
name: test-deployment
ports:
- containerPort: 8080
name: take-over-the-world
name: disappearing-act
protocol: TCP
- containerPort: 8080
name: disappearing-act
name: take-over-the-world
protocol: TCP
`, `
apiVersion: apps/v1