Skip to content

Commit

Permalink
adjustments needed for launch up to install latest macro (#1841)
Browse files Browse the repository at this point in the history
  • Loading branch information
johndietz committed Oct 16, 2023
1 parent 04b3cef commit 19549e3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion internal/launch/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,10 @@ func Up(additionalHelmFlags []string, inCluster bool, useTelemetry bool) {
"--set",
"kubefirst-api.installMethod=kubefirst-launch",
"--set",
"kubefirst-api.env[0].name=IS_CLUSTER_ZERO",
"--set",
"kubefirst-api.env[0].value='true'",
"--set",
fmt.Sprintf("kubefirst-api.kubefirstTeam=%s", kubefirstTeam),
"--set",
fmt.Sprintf("kubefirst-api.kubefirstTeamInfo=%s", kubefirstTeamInfo),
Expand Down Expand Up @@ -569,7 +573,7 @@ func Up(additionalHelmFlags []string, inCluster bool, useTelemetry bool) {
// Down destroys a k3d cluster for Kubefirst console and API
func Down(inCluster bool) {
if !inCluster {
progress.DisplayLogHints(2)
progress.DisplayLogHints(1)
}

homeDir, err := os.UserHomeDir()
Expand Down

0 comments on commit 19549e3

Please sign in to comment.