Skip to content

Commit

Permalink
Change ansible k8s_info tasks api_version for Job kind to batch/v1 (#…
Browse files Browse the repository at this point in the history
…1833)

Co-authored-by: Guillaume Lefevre <guillaume.lefevre@agoda.com>
  • Loading branch information
guillaumelfv and Guillaume Lefevre authored Jul 24, 2024
1 parent a958155 commit d427379
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/installer/tasks/migrate_schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down

0 comments on commit d427379

Please sign in to comment.