Skip to content

Commit 863018a

Browse files
giorio94adamjensenbot
authored andcommitted
Fix missing cluster name in liqoctl install kubeadm
1 parent 934c69f commit 863018a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/liqoctl/install/kubeadm/provider.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ func (k *Kubeadm) UpdateChartValues(values map[string]interface{}) {
7979
values["discovery"] = map[string]interface{}{
8080
"config": map[string]interface{}{
8181
"clusterLabels": installutils.GetInterfaceMap(k.ClusterLabels),
82+
"clusterName": k.ClusterName,
8283
},
8384
}
8485
}

0 commit comments

Comments
 (0)