Skip to content

Commit

Permalink
Update pkg/helmvm/util.go
Browse files Browse the repository at this point in the history
  • Loading branch information
sgalsaleh authored Oct 16, 2023
1 parent d583c73 commit 2867d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/helmvm/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
const configMapName = "embedded-cluster-config"
const configMapNamespace = "kube-system"

// ReadConfigMap will read the Kurl config from a configmap
// ReadConfigMap will read the embedded cluster config from a configmap
func ReadConfigMap(client kubernetes.Interface) (*corev1.ConfigMap, error) {
return client.CoreV1().ConfigMaps(configMapNamespace).Get(context.TODO(), configMapName, metav1.GetOptions{})
}
Expand Down

0 comments on commit 2867d44

Please sign in to comment.