diff options
| author | 2024-02-08 09:53:30 +0000 | |
|---|---|---|
| committer | 2024-02-08 09:53:30 +0000 | |
| commit | 68215210de4578d0a4b2b19e8213dd0157aff4ae (patch) | |
| tree | 33bde3ff0da2107af86eab04bffed09cdbced942 | |
| parent | Change deploy workflow to test the new kubeconfig (diff) | |
Revert back to use KUBECONFIG secret fopr deployments
This secret has been updated to use the kubeconfig from the successful test
| -rw-r--r-- | .github/workflows/build-deploy.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-deploy.yaml b/.github/workflows/build-deploy.yaml index 87bba82..fd6795a 100644 --- a/.github/workflows/build-deploy.yaml +++ b/.github/workflows/build-deploy.yaml @@ -65,7 +65,7 @@ jobs: uses: azure/k8s-set-context@v3 with: method: kubeconfig - kubeconfig: ${{ secrets.TEST }} + kubeconfig: ${{ secrets.KUBECONFIG }} - name: Deploy to Kubernetes uses: azure/k8s-deploy@v4 |