Skip to content
This repository has been archived by the owner on Nov 22, 2023. It is now read-only.

Commit

Permalink
feat(sentry-prod) PC-8531 : Replace sentry ovh DSN with sentry kubern…
Browse files Browse the repository at this point in the history
…etes DSN
  • Loading branch information
ytoque-pass committed Jun 24, 2021
1 parent d72a27a commit a6a4c21
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion helm/pcapi/values.integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ secrets:
- name: SENDINBLUE_API_KEY
version: 1
- name: SENTRY_DSN
version: 2
version: 3
- name: SUPPORT_EMAIL_ADDRESS
version: 2
- name: USER_PROFILING_URL
Expand Down
2 changes: 1 addition & 1 deletion helm/pcapi/values.perf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ secrets:
- name: SENDINBLUE_API_KEY
version: 1
- name: SENTRY_DSN
version: 1
version: 2
- name: SUPPORT_EMAIL_ADDRESS
version: 1
- name: TRANSACTIONS_RECIPIENTS
Expand Down
2 changes: 1 addition & 1 deletion helm/pcapi/values.production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ secrets:
- name: SENDINBLUE_API_KEY
version: 1
- name: SENTRY_DSN
version: 2
version: 3
- name: SUPER_ADMIN_EMAIL_ADDRESSES
version: 8
- name: SUPPORT_EMAIL_ADDRESS
Expand Down
2 changes: 1 addition & 1 deletion helm/pcapi/values.staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ secrets:
- name: SENDINBLUE_API_KEY
version: 1
- name: SENTRY_DSN
version: 2
version: 3
- name: STAGING_TEST_USER_PASSWORD
version: 1
- name: SUPPORT_EMAIL_ADDRESS
Expand Down
2 changes: 1 addition & 1 deletion helm/pcapi/values.testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ secrets:
- name: SENDINBLUE_API_KEY
version: 1
- name: SENTRY_DSN
version: 2
version: 3
- name: SUPPORT_EMAIL_ADDRESS
version: 2
- name: TRANSACTIONS_RECIPIENTS
Expand Down

0 comments on commit a6a4c21

Please sign in to comment.