Change ansible k8s_info tasks api_version for Job kind to batch/v1 (#1833)

Co-authored-by: Guillaume Lefevre <guillaume.lefevre@agoda.com>
This commit is contained in:
Guillaume Lefevre
2024-07-25 02:38:04 +08:00
committed by GitHub
parent a95815561a
commit d42737993f

View File

@@ -41,6 +41,7 @@
# initialization of admin user, etc.
- name: Watch for the migration job to finish
k8s_info:
api_version: batch/v1
kind: Job
namespace: "{{ ansible_operator_meta.namespace }}"
name: "{{ ansible_operator_meta.name }}-migration-{{ version }}"