diff --git a/.github/helm-values/neon-stress.proxy-scram.yaml b/.github/helm-values/neon-stress.proxy-scram.yaml index bbdd13781c..dea47304a0 100644 --- a/.github/helm-values/neon-stress.proxy-scram.yaml +++ b/.github/helm-values/neon-stress.proxy-scram.yaml @@ -4,6 +4,7 @@ settings: authBackend: "console" authEndpoint: "http://neon-stress-console.local/management/api/v2" domain: "*.stress.neon.tech" + sentryEnvironment: "development" podLabels: zenith_service: proxy-scram @@ -24,6 +25,3 @@ metrics: enabled: true selector: release: kube-prometheus-stack - -settings: - sentryEnvironment: "development" diff --git a/.github/helm-values/production.proxy-scram.yaml b/.github/helm-values/production.proxy-scram.yaml index 7011a9ce01..399bc6d21b 100644 --- a/.github/helm-values/production.proxy-scram.yaml +++ b/.github/helm-values/production.proxy-scram.yaml @@ -2,6 +2,7 @@ settings: authBackend: "console" authEndpoint: "http://console-release.local/management/api/v2" domain: "*.cloud.neon.tech" + sentryEnvironment: "production" podLabels: zenith_service: proxy-scram @@ -22,6 +23,3 @@ metrics: enabled: true selector: release: kube-prometheus-stack - -settings: - sentryEnvironment: "production"