Skip to content

Commit

Permalink
add labels in test patch files
Browse files Browse the repository at this point in the history
  • Loading branch information
Liujingfang1 committed Jul 12, 2019
1 parent 33fff65 commit 145d073
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,10 @@ metadata:
name: myDeploy
kind: Deployment
spec:
template:
metadata:
labels:
new-label: new-value
replica: 3
`)

Expand All @@ -167,6 +171,7 @@ spec:
template:
metadata:
labels:
new-label: new-value
old-label: old-value
spec:
containers:
Expand Down

0 comments on commit 145d073

Please sign in to comment.