Skip to content

Commit

Permalink
Merge branch 'main' into update-helm-chart-703
Browse files Browse the repository at this point in the history
  • Loading branch information
georgepstaylor committed Dec 5, 2024
2 parents 098625d + efd6a64 commit 0749e36
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/opensearch-backup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,9 @@ jobs:
helm install opensearch-backup . \
--set opensearch.environment=${{ matrix.environment || github.event.inputs.environment }}
kubectl wait job/opensearch-backup --for=condition=complete --timeout=1h
kubectl wait job/opensearch-backup --for=condition=complete --timeout=3h
- name: Output job logs
if: always()
run: |
# Get the pod name from the job
POD_NAME=$(kubectl get pods --selector=job-name=opensearch-backup -o jsonpath='{.items[0].metadata.name}')
Expand Down

0 comments on commit 0749e36

Please sign in to comment.