We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92a186b commit b586cc5Copy full SHA for b586cc5
backend/cmd/server.go
@@ -79,6 +79,7 @@ func main() {
79
func buildHeadlampCFG(conf *config.Config, kubeConfigStore kubeconfig.ContextStore) *headlampconfig.HeadlampCFG {
80
return &headlampconfig.HeadlampCFG{
81
UseInCluster: conf.InCluster,
82
+ InClusterContextName: conf.InClusterContextName,
83
KubeConfigPath: conf.KubeConfigPath,
84
SkippedKubeContexts: conf.SkippedKubeContexts,
85
ListenAddr: conf.ListenAddr,
0 commit comments