Skip to content

Commit

Permalink
disable admin analytics page in production
Browse files Browse the repository at this point in the history
  • Loading branch information
banders committed Oct 22, 2024
1 parent fd0533c commit 47506d3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions charts/fin-pay-transparency/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,11 @@ frontend:
nodeSelector: {}
tolerations: []
pdb: true

admin-frontend:
env:
isAdminAnalyticsAvailable: false

database:
enabled: false
crunchy:
Expand Down

0 comments on commit 47506d3

Please sign in to comment.