Skip to content

Commit 22b2e5f

Browse files
authored
fix(openshift): default RIPTIDE_ENV to 'dev' instead of 'unknown' sentinel (#56)
Align with noergler, which just defaults to 'dev' when the env var isn't set rather than carrying a loud sentinel.
1 parent 3862325 commit 22b2e5f

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

openshift/collector/configmap-app.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@ metadata:
44
name: riptide-collector-app
55
data:
66
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"
7+
RIPTIDE_ENV: "dev"
118
RIPTIDE_CONFIG_PATH: "/etc/riptide-collector/riptide.json"
129
RIPTIDE_TEAM_KEYS_PATH: "/etc/riptide-collector-team-keys/team-keys.json"
1310
RIPTIDE_CONFIG_RELOAD_SECONDS: "30"

0 commit comments

Comments
 (0)