Fixes Kubeconfig Variable Pipeline

This commit is contained in:
2024-10-20 22:33:59 -03:00
parent 96a7938246
commit 44b4862e6d

View File

@@ -24,7 +24,7 @@ jobs:
uses: azure/k8s-set-context@v1
with:
method: kubeconfig
kubeconfig: ${{ secrets.KUBE_CONFIG }}
kubeconfig: ${{ secrets.KUBECONFIG }}
- name: Execute deploy
run: |
./deploy.sh -f .env