From 0fae00450782e53f12ffc6171ee46a6cc97c3de6 Mon Sep 17 00:00:00 2001 From: Akash Date: Sun, 2 Feb 2025 21:01:18 +0530 Subject: [PATCH] fix: update kubeconfig path in installation workflow for consistency Signed-off-by: Akash --- .github/workflows/installation-chart.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/installation-chart.yaml b/.github/workflows/installation-chart.yaml index 3b74cf473374..e4c8c22648c2 100644 --- a/.github/workflows/installation-chart.yaml +++ b/.github/workflows/installation-chart.yaml @@ -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 \ No newline at end of file + --kubeconfig $HOME/.kube/karmada.config \ No newline at end of file