fix pipeline

This commit is contained in:
2025-05-11 12:01:40 +03:00
parent 681c4ffc40
commit eb5c24bdfa

View File

@@ -18,6 +18,9 @@ jobs:
- name: Write kubeconfig
run: |
echo "${{ secrets.KUBECONFIG }}" > kubeconfig
- uses: actions-hub/kubectl@master
env:
KUBE_CONFIG: ${{ secrets.KUBE_CONFIG }}
- name: Deploy manifests
run: |
export KUBECONFIG=$PWD/kubeconfig