Merge pull request #16330 from mikedanese/deploy-ptr
Auto commit by PR queue bot
This commit is contained in:
@@ -48,7 +48,7 @@ func validNewDeployment() *extensions.Deployment {
|
||||
},
|
||||
Spec: extensions.DeploymentSpec{
|
||||
Selector: map[string]string{"a": "b"},
|
||||
Template: &api.PodTemplateSpec{
|
||||
Template: api.PodTemplateSpec{
|
||||
ObjectMeta: api.ObjectMeta{
|
||||
Labels: map[string]string{"a": "b"},
|
||||
},
|
||||
|
Reference in New Issue
Block a user