New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug 1268891 - pods not always grouped when service selector should cover template of a dc/deployment #5210
Bug 1268891 - pods not always grouped when service selector should cover template of a dc/deployment #5210
Conversation
|
@liggitt would like you to look at this one |
| @@ -227,7 +227,7 @@ angular.module('openshiftConsole') | |||
| $scope.deploymentConfigsByService = {"": {}}; | |||
| angular.forEach($scope.deploymentConfigs, function(deploymentConfig, depName){ | |||
| var foundMatch = false; | |||
| var depConfigSelector = new LabelSelector(deploymentConfig.spec.selector); | |||
| var depConfigSelector = new LabelSelector(deploymentConfig.spec.template.metadata.labels); | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
guard
|
nit, then LGTM |
…ver template of a dc/deployment
8383d1f
to
2944083
Compare
|
[merge] |
|
continuous-integration/openshift-jenkins/merge SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pull_requests_origin/5953/) (Image: devenv-rhel7_2497) |
|
Evaluated for origin merge up to 2944083 |
|
[Test]ing while waiting on the merge queue |
|
continuous-integration/openshift-jenkins/test SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pull_requests_origin/5953/) |
|
Evaluated for origin test up to 2944083 |
…overview Merged by openshift-bot
No description provided.