Skip to content

Commit

Permalink
chore: change embedded cluster config map namespace (#4100)
Browse files Browse the repository at this point in the history
* implement 'IsHelmVM' function based on presence of configmap

if embedded-cluster-config exists in kube-system it is helmvm

* change namespace of embedded cluster config

---------

Co-authored-by: Andrew Lavery <[email protected]>
  • Loading branch information
diamonwiggins and laverya authored Oct 20, 2023
1 parent de23afc commit e79ea30
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 @@ -11,7 +11,7 @@ import (
)

const configMapName = "embedded-cluster-config"
const configMapNamespace = "kube-system"
const configMapNamespace = "embedded-cluster"

// ReadConfigMap will read the Kurl config from a configmap
func ReadConfigMap(client kubernetes.Interface) (*corev1.ConfigMap, error) {
Expand Down

0 comments on commit e79ea30

Please sign in to comment.