Loading go-apps/meepctl/cmd/deploy.go +1 −0 Original line number Diff line number Diff line Loading @@ -495,6 +495,7 @@ func deployRunScriptsAndGetFlags(targetName string, chart string, cobraCmd *cobr flags = utils.HelmFlags(flags, "--set", "image.env.MEEP_GC_POSTGIS_ENABLED="+strconv.FormatBool(gcPostgisEnabled)) } case "meep-sandbox-api": authEnabled := utils.RepoCfg.GetBool("repo.deployment.auth.enabled") sessionKeySecret := utils.RepoCfg.GetString("repo.deployment.auth.session.key-secret") if sessionKeySecret != "" { flags = utils.HelmFlags(flags, "--set", "image.envSecret.MEEP_SESSION_KEY.name="+sessionKeySecret) Loading Loading
go-apps/meepctl/cmd/deploy.go +1 −0 Original line number Diff line number Diff line Loading @@ -495,6 +495,7 @@ func deployRunScriptsAndGetFlags(targetName string, chart string, cobraCmd *cobr flags = utils.HelmFlags(flags, "--set", "image.env.MEEP_GC_POSTGIS_ENABLED="+strconv.FormatBool(gcPostgisEnabled)) } case "meep-sandbox-api": authEnabled := utils.RepoCfg.GetBool("repo.deployment.auth.enabled") sessionKeySecret := utils.RepoCfg.GetString("repo.deployment.auth.session.key-secret") if sessionKeySecret != "" { flags = utils.HelmFlags(flags, "--set", "image.envSecret.MEEP_SESSION_KEY.name="+sessionKeySecret) Loading