fix/cicd #3

Merged
marcio.fernandes merged 62 commits from fix/cicd into master 2025-11-22 17:43:58 +00:00
Showing only changes of commit 160176f905 - Show all commits

View File

@@ -26,8 +26,10 @@ jobs:
- name: Deploy Home Assistant
shell: bash
run: |
set -e
kubectl get pods
set -x
echo "KUBECONFIG=$KUBECONFIG"
kubectl config view
kubectl get pods --request-timeout=10s
# - name: Deploy Home Assistant
# shell: bash