Skip to content

Commit e0b2d7f

Browse files
committed
fix: update cluster registration endpoint in installation workflow
Signed-off-by: Akash <[email protected]>
1 parent 80746ce commit e0b2d7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/installation-chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
140140
- name: Register cluster
141141
run: |
142-
karmadactl register ${{ steps.token.outputs.endpoint }} \
142+
karmadactl register https://172.18.0.2:6443 \
143143
--token ${{ steps.token.outputs.token }} \
144144
--discovery-token-ca-cert-hash ${{ steps.token.outputs.hash }} \
145145
--kubeconfig $HOME/.kube/karmada.config

0 commit comments

Comments
 (0)