Skip to content

Commit

Permalink
[patch] Add missing api_version to k8s_info lookup (#1616)
Browse files Browse the repository at this point in the history
  • Loading branch information
rene-oromtz authored Jan 13, 2025
1 parent 0417879 commit 9c33df9
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# -----------------------------------------------------------------------------
- name: "wait-zenmetastore-edb : Wait for Zen Metastore EDB Cluster to be created"
kubernetes.core.k8s_info:
api_version: postgresql.k8s.enterprisedb.io/v1
kind: Cluster
namespace: "{{ cpd_instance_namespace }}"
name: "zen-metastore-edb"
Expand All @@ -17,6 +18,7 @@
block:
- name: "wait-zenmetastore-edb : Fetch the license expiry date"
kubernetes.core.k8s_info:
api_version: postgresql.k8s.enterprisedb.io/v1
kind: Cluster
namespace: "{{ cpd_instance_namespace }}"
name: "zen-metastore-edb"
Expand Down Expand Up @@ -79,6 +81,7 @@

- name: "wait-zenmetastore-edb : Check and display the license expiry date"
kubernetes.core.k8s_info:
api_version: postgresql.k8s.enterprisedb.io/v1
kind: Cluster
namespace: "{{ cpd_instance_namespace }}"
name: "zen-metastore-edb"
Expand All @@ -98,6 +101,7 @@
# -----------------------------------------------------------------------------
- name: "wait-zenmetastore-edb : Wait for ZenMetastore pods to be become ready"
kubernetes.core.k8s_info:
api_version: postgresql.k8s.enterprisedb.io/v1
kind: Cluster
namespace: "{{ cpd_instance_namespace }}"
name: "zen-metastore-edb"
Expand Down

0 comments on commit 9c33df9

Please sign in to comment.