We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3862325 commit 22b2e5fCopy full SHA for 22b2e5f
1 file changed
openshift/collector/configmap-app.yaml
@@ -4,10 +4,7 @@ metadata:
4
name: riptide-collector-app
5
data:
6
RIPTIDE_LOG_LEVEL: "INFO"
7
- # Stamped on every log record as `env`. Each overlay MUST patch this to
8
- # the real environment ("intg" / "prod"). The "unknown" sentinel makes a
9
- # missing patch loud at first glance in Splunk rather than mis-tagging.
10
- RIPTIDE_ENV: "unknown"
+ RIPTIDE_ENV: "dev"
11
RIPTIDE_CONFIG_PATH: "/etc/riptide-collector/riptide.json"
12
RIPTIDE_TEAM_KEYS_PATH: "/etc/riptide-collector-team-keys/team-keys.json"
13
RIPTIDE_CONFIG_RELOAD_SECONDS: "30"
0 commit comments