Disable Snowplow tracking on staging
Problems to solve
Snowplow tracking is currently enabled on staging and pointing to the production endpoint. We would like to disable this. Snowplow tracking should only be enabled on production.
❯ kubectl describe po -l app=model-gateway -n fauxpilot | grep SNOWPLOW
SNOWPLOW_ENABLED: true
SNOWPLOW_ENDPOINT: snowplow.trx.gitlab.net
SNOWPLOW_ENABLED: true
SNOWPLOW_ENDPOINT: snowplow.trx.gitlab.net
SNOWPLOW_ENABLED: true
SNOWPLOW_ENDPOINT: snowplow.trx.gitlab.net
Proposal
Set the SNOWPLOW_ENABLED
env to False
for staging env.
Edited by Tan Le