Skip to content

Commit

Permalink
PM-1941 upgrade payout reports to v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
simisimis committed Sep 3, 2024
1 parent c41a974 commit db30502
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion mina-payout-reports/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ helmfile status
| payoutReportsApi.sendgridToken | string | `""` | A token to use SendGrid email API |
| payoutReportsApi.service.port | int | `5000` | The port of the service |
| payoutReportsApi.service.type | string | `"ClusterIP"` | The type of service to create |
| payoutReportsApi.stakingLedgersBucket | string | `"mina-staking-ledgers"` | Staking ledgers bucket name(GCS) |
| payoutReportsApi.stakingLedgersBucket | string | `""` | Staking ledgers bucket name(AWS S3) |
| payoutReportsApi.tolerations | list | `[]` | Tolerations |
| payoutReportsApi.walletMappingSpreadsheetTab | string | `""` | Google's public spreadsheet sheet(tab) name |
| payoutReportsApi.walletMappingSpreadsheetUrl | string | `""` | Google's public spreadsheet url containing wallet mappings |
Expand Down
2 changes: 1 addition & 1 deletion mina-payout-reports/templates/deployment-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ spec:
value: /app/mina_payout/api/gcloud/gcp-sa.json
- name: CONTACT_DETAILS_SPREADSHEET_NAME
value: {{ .contactDetailsSpreadsheetName | quote }}
- name: GCS_BUCKET_NAME
- name: STAKING_LEDGER_BUCKET_NAME
value: {{ .stakingLedgersBucket | quote }}
- name: BP_WALLET_MAPPING_URL
value: {{ .walletMappingSpreadsheetUrl | quote }}
Expand Down
4 changes: 2 additions & 2 deletions mina-payout-reports/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ payoutReportsApi:
gcpServiceAccount: ""
# -- Google spreadsheet containing contact details
contactDetailsSpreadsheetName: ""
# -- Staking ledgers bucket name(GCS)
stakingLedgersBucket: mina-staking-ledgers
# -- Staking ledgers bucket name(AWS S3)
stakingLedgersBucket: ""
# -- Google's public spreadsheet url containing wallet mappings
walletMappingSpreadsheetUrl: ""
# -- Google's public spreadsheet sheet(tab) name
Expand Down

0 comments on commit db30502

Please sign in to comment.