From f4cb51453fa883bbc94d20fdac5aecfc93fa3191 Mon Sep 17 00:00:00 2001 From: Enis Afgan Date: Tue, 14 Jan 2025 19:28:09 -0500 Subject: [PATCH] Remove wait task No longer needed given https://github.com/galaxyproject/galaxy-helm-deps/pull/5 --- galaxy_app.yml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/galaxy_app.yml b/galaxy_app.yml index 12f92c9..c5cf8fa 100644 --- a/galaxy_app.yml +++ b/galaxy_app.yml @@ -36,24 +36,6 @@ dest: /tmp/values.yml mode: '0644' - - name: Wait for webhook pod to be ready - kubernetes.core.k8s_info: - kind: Pod - namespace: galaxy-deps - label_selectors: - - app.kubernetes.io/name=cloudnative-pg - register: webhook_pod - until: >- - webhook_pod.resources is defined and - webhook_pod.resources | length > 0 and - webhook_pod.resources[0].status is defined and - webhook_pod.resources[0].status.phase == "Running" and - webhook_pod.resources[0].status.containerStatuses is defined and - webhook_pod.resources[0].status.containerStatuses | length > 0 and - webhook_pod.resources[0].status.containerStatuses[0].ready - retries: 30 - delay: 5 - - name: Helm install Galaxy kubernetes.core.helm: name: galaxy