Skip to content

Commit

Permalink
remove unused env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
sperlingxx committed Apr 15, 2020
1 parent 4c7a6e3 commit f8ac41e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkg/controller.v1alpha3/consts/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ const (
// DefaultKatibDBManagerServicePortEnvName is the env name of Katib DB Manager Port
DefaultKatibDBManagerServicePortEnvName = "KATIB_DB_MANAGER_SERVICE_PORT"

DefaultObjectiveExtractEnvName = "KATIB_OBJECTIVE_EXTRACT"

// KatibConfigMapName is the config map constants
// Configmap name which includes Katib's configuration
KatibConfigMapName = "katib-config"
Expand Down Expand Up @@ -144,6 +142,4 @@ var (
DefaultKatibDBManagerServiceIP = env.GetEnvOrDefault(DefaultKatibDBManagerServiceIPEnvName, "katib-db-manager")
// DefaultKatibDBManagerServicePort is the default Port of Katib DB Manager
DefaultKatibDBManagerServicePort = env.GetEnvOrDefault(DefaultKatibDBManagerServicePortEnvName, "6789")
// DefaultObjectiveExtract is the default approach to extract objective value from observation logs
DefaultObjectiveExtract = env.GetEnvOrDefault(DefaultObjectiveExtractEnvName, "Best")
)

0 comments on commit f8ac41e

Please sign in to comment.