We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86b26be commit 31a456bCopy full SHA for 31a456b
pkg/app/app_config.go
@@ -17,7 +17,7 @@ type appConfig struct {
17
PrometheusMetricsPrefix string `env:"PROMETHEUS_METRICS_PREFIX"`
18
// unused?
19
HooksMetricsListenPort string `env:"HOOK_METRICS_LISTEN_PORT"`
20
- Namespace string `env:"Namespace"`
+ Namespace string `env:"NAMESPACE"`
21
}
22
23
func newAppConfig() *appConfig {
0 commit comments