Skip to content

Commit

Permalink
fix: update kubeconfig path in installation workflow for consistency
Browse files Browse the repository at this point in the history
Signed-off-by: Akash <[email protected]>
  • Loading branch information
SkySingh04 committed Feb 2, 2025
1 parent d1ec088 commit 0fae004
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/installation-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,5 +137,4 @@ jobs:
karmadactl register ${{ steps.token.outputs.endpoint }} \
--token ${{ steps.token.outputs.token }} \
--discovery-token-ca-cert-hash ${{ steps.token.outputs.hash }} \
--cluster-name ${{ matrix.k8s }} \
--kubeconfig ~/.kube/karmada.config
--kubeconfig $HOME/.kube/karmada.config

0 comments on commit 0fae004

Please sign in to comment.