Skip to content

Commit

Permalink
Adjusted path to kubeconfig file.
Browse files Browse the repository at this point in the history
  • Loading branch information
pantierra committed Nov 19, 2024
1 parent 2fbc2fc commit fff021f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-webapp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,4 @@ jobs:
--set image.repository=c63eqfuv.c1.gra9.container-registry.ovh.net/gfts/webapp \
--set image.tag=$(echo "${{ steps.meta.outputs.tags }}" | head -n 1)
env:
KUBECONFIG: ${{ github.workspace }}/.kube/config
KUBECONFIG: ${{ github.workspace }}/gfts-track-reconstruction/jupyterhub/secrets/kubeconfig.yaml

0 comments on commit fff021f

Please sign in to comment.