mirror of
https://github.com/ansible/awx-operator.git
synced 2026-05-08 06:12:54 +00:00
tmp fix for label test failure
validate label only for awx web container TODO: make this validate both web and task container
This commit is contained in:
@@ -24,7 +24,7 @@
|
|||||||
namespace: '{{ namespace }}'
|
namespace: '{{ namespace }}'
|
||||||
kind: Pod
|
kind: Pod
|
||||||
label_selectors:
|
label_selectors:
|
||||||
- app.kubernetes.io/name = example-awx
|
- app.kubernetes.io/name = example-awx-web
|
||||||
register: awx_pod
|
register: awx_pod
|
||||||
when: not awx_version
|
when: not awx_version
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user