Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
Signed-off-by: Pavel Okhlopkov <[email protected]>
  • Loading branch information
Pavel Okhlopkov committed Dec 6, 2024
1 parent 86b26be commit 31a456b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/app/app_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ type appConfig struct {
PrometheusMetricsPrefix string `env:"PROMETHEUS_METRICS_PREFIX"`
// unused?
HooksMetricsListenPort string `env:"HOOK_METRICS_LISTEN_PORT"`
Namespace string `env:"Namespace"`
Namespace string `env:"NAMESPACE"`
}

func newAppConfig() *appConfig {
Expand Down

0 comments on commit 31a456b

Please sign in to comment.