Skip to content

Commit

Permalink
troubleshooting
Browse files Browse the repository at this point in the history
  • Loading branch information
sl1pm4t committed Dec 7, 2023
1 parent 00e1983 commit 64ab1b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/k8s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
run: |
helm install -f /tmp/dex-k8s-auth-overrides.yaml dex-k8s-authenticator ./charts/dex-k8s-authenticator
kubectl describe deployment dex-k8s-authenticator
kubectl rollout status deploy dex-k8s-authenticator -w || (kubectl get po && stern --no-follow dex-k8s-authenticator)
kubectl rollout status deploy dex-k8s-authenticator -w || (stern --no-follow dex-k8s-authenticator)
- name: test
run: |
Expand Down

0 comments on commit 64ab1b8

Please sign in to comment.