Skip to content

Commit

Permalink
fix: Try to fix the yaml format problem
Browse files Browse the repository at this point in the history
  • Loading branch information
dadiorchen authored Jun 11, 2021
1 parent 307de9f commit c886742
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
run: kubectl -n wallet-api delete job --ignore-not-found=true wallet-db-migration-job
- name: Update kubernetes resources
run: kustomize build deployment/overlays/development | kubectl apply -n ${{ secrets.K8S_NAMESPACE }} --wait -f -
- name: Attempt to wait for migration job to complete
# - name: Attempt to wait for migration job to complete
# run: kubectl wait --for=condition=complete --timeout=45s job/wallet-db-migration-job


Expand Down

0 comments on commit c886742

Please sign in to comment.