Skip to content

Commit

Permalink
k8s - add label_selectors options (#158)
Browse files Browse the repository at this point in the history
k8s - add label_selectors options

SUMMARY
k8s now support label_selectors options same as k8s_info

Resolves #43

ISSUE TYPE


Feature Pull Request


COMPONENT NAME

k8s

Reviewed-by: Mike Graves <[email protected]>
Reviewed-by: None <None>
  • Loading branch information
abikouo authored Jul 29, 2021
1 parent abd2abb commit 4b68266
Show file tree
Hide file tree
Showing 11 changed files with 982 additions and 15 deletions.
3 changes: 3 additions & 0 deletions changelogs/fragments/158-k8s-add-support-label_selectors.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
minor_changes:
- k8s - add support for label_selectors options (https://github.com/ansible-collections/kubernetes.core/issues/43).
8 changes: 8 additions & 0 deletions molecule/default/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,14 @@
tags:
- always

- name: Include label_selectors.yml
include_tasks:
file: tasks/label_selectors.yml
apply:
tags: [ label_selectors, k8s ]
tags:
- always

- name: Include diff.yml
include_tasks:
file: tasks/diff.yml
Expand Down
Loading

0 comments on commit 4b68266

Please sign in to comment.