mirror of
https://github.com/ansible/awx.git
synced 2026-05-09 10:27:37 -02:30
Merge pull request #5851 from xelgand/devel
k8s installer: fix warning when applying deployment Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
@@ -207,8 +207,8 @@
|
|||||||
"{{ item }}": "{{ lookup('template', item + '.yml.j2') }}"
|
"{{ item }}": "{{ lookup('template', item + '.yml.j2') }}"
|
||||||
with_items:
|
with_items:
|
||||||
- 'configmap'
|
- 'configmap'
|
||||||
- 'deployment'
|
|
||||||
- 'secret'
|
- 'secret'
|
||||||
|
- 'deployment'
|
||||||
no_log: true
|
no_log: true
|
||||||
|
|
||||||
- name: Apply Deployment
|
- name: Apply Deployment
|
||||||
@@ -216,8 +216,8 @@
|
|||||||
echo {{ item | quote }} | {{ kubectl_or_oc }} apply -f -
|
echo {{ item | quote }} | {{ kubectl_or_oc }} apply -f -
|
||||||
with_items:
|
with_items:
|
||||||
- "{{ configmap }}"
|
- "{{ configmap }}"
|
||||||
- "{{ deployment }}"
|
|
||||||
- "{{ secret }}"
|
- "{{ secret }}"
|
||||||
|
- "{{ deployment }}"
|
||||||
no_log: true
|
no_log: true
|
||||||
|
|
||||||
- name: Delete any existing management pod
|
- name: Delete any existing management pod
|
||||||
|
|||||||
Reference in New Issue
Block a user