Compare commits

..

No commits in common. "fix/auto-20260402-172322" and "main" have entirely different histories.

View File

@ -70,12 +70,11 @@ jobs:
chmod +x kubectl chmod +x kubectl
mv kubectl /usr/local/bin/ mv kubectl /usr/local/bin/
- name: Setup Kubeconfig - name: Deploy to K3s
run: | uses: Azure/k8s-set-context@v3
mkdir -p $HOME/.kube with:
echo "${{ secrets.KUBE_CONFIG }}" > $HOME/.kube/config method: kubeconfig
chmod 600 $HOME/.kube/config kubeconfig: ${{ secrets.KUBE_CONFIG }}
echo "KUBECONFIG=$HOME/.kube/config" >> $GITHUB_ENV
- name: Update K8s Manifests - name: Update K8s Manifests
id: deploy id: deploy