Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
radu-catalina committed Jun 21, 2023
1 parent 6a0a091 commit 15779c0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/chart-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,8 @@ jobs:
- name: Run chart-testing (install)
if: steps.list-changed.outputs.changed == 'true'
run: ct install --target-branch ${{ github.event.repository.default_branch }} --namespace ${{ env.NAMESPACE }}

- name: Debug
run: |
kubectl config use-context kind-${{ env.CLUSTER_NAME }}
kubectl logs -n ${{ env.NAMESPACE }} -f deployments/cluster-registry-client

0 comments on commit 15779c0

Please sign in to comment.