-
Notifications
You must be signed in to change notification settings - Fork 52
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
Container Template: Parse object_labels #25
Conversation
@miq-bot add_label enhancement |
241b6d4
to
8e79a30
Compare
This pull request is not mergeable. Please rebase and repush. |
8e79a30
to
cc899f0
Compare
This pull request is not mergeable. Please rebase and repush. |
@@ -420,14 +420,22 @@ def parse_entities(namespace_pod, namespace_config) | |||
'required' => true | |||
} | |||
], | |||
:objects => [] | |||
:objects => [], | |||
: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.
can you also add an example of regular labels in this test to contrast with object_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.
done
cc899f0
to
1df255a
Compare
1df255a
to
c7aab63
Compare
Checked commit zakiva@c7aab63 with ruby 2.2.6, rubocop 0.47.1, and haml-lint 0.20.0 |
LGTM again |
@simon3z Please review |
Depends on: ManageIQ/manageiq#15406
@simon3z @moolitayer Please review