diff options
author | 2024-02-09 17:54:59 +0000 | |
---|---|---|
committer | 2024-02-09 17:54:59 +0000 | |
commit | f6bde852ad04f342403ed0adb902eeaeef1a608e (patch) | |
tree | 071b1015b049855498ecb7b044cd699ed51ce48b /.github | |
parent | Update kubeconfig seret to be interpreted as a multi-line string (diff) |
Update deploy CI to try and make new kubeconfig secret work
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build-deploy.yaml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/build-deploy.yaml b/.github/workflows/build-deploy.yaml index a0f935f..87bba82 100644 --- a/.github/workflows/build-deploy.yaml +++ b/.github/workflows/build-deploy.yaml @@ -65,8 +65,7 @@ jobs: uses: azure/k8s-set-context@v3 with: method: kubeconfig - kubeconfig: | - ${{ secrets.TEST }} + kubeconfig: ${{ secrets.TEST }} - name: Deploy to Kubernetes uses: azure/k8s-deploy@v4 |