Skip to content

Commit

Permalink
fix(s3): use the correct secrets name (#1872)
Browse files Browse the repository at this point in the history
* fix(s3): use the correct secrets name

* fix(s3): use the correct secrets name
  • Loading branch information
rtrompier authored Sep 27, 2023
1 parent 28aa903 commit a955449
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions chart/env/prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ secrets:
WEBHOOK_SECRET: "hub-prod-datasets-server-webhook-secret"
SPAWNING_TOKEN: "hub-prod-datasets-server-spawning-token"
API_HF_JWT_ADDITIONAL_PUBLIC_KEYS: "hub-prod-datasets-server-jwt-additional-public-keys"
AWS_ACCESS_KEY_ID: "hub-prod-dataset-server-s3-access-key-id"
AWS_SECRET_ACCESS_KEY: "hub-prod-dataset-server-s3-secret-access-key"
AWS_ACCESS_KEY_ID: "hub-prod-datasets-server-s3-access-key-id"
AWS_SECRET_ACCESS_KEY: "hub-prod-datasets-server-s3-secret-access-key"
mongoUrl:
fromSecret: true
secretName: "datasets-server-prod-secrets"
Expand Down
4 changes: 2 additions & 2 deletions chart/env/staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ secrets:
WEBHOOK_SECRET: "hub-ephemeral-datasets-server-webhook-secret"
SPAWNING_TOKEN: "hub-ephemeral-datasets-server-spawning-token"
API_HF_JWT_ADDITIONAL_PUBLIC_KEYS: "hub-ephemeral-datasets-server-jwt-additional-public-keys"
AWS_ACCESS_KEY_ID: "hub-ephemeral-dataset-server-s3-access-key-id"
AWS_SECRET_ACCESS_KEY: "hub-ephemeral-dataset-server-s3-secret-access-key"
AWS_ACCESS_KEY_ID: "hub-ephemeral-datasets-server-s3-access-key-id"
AWS_SECRET_ACCESS_KEY: "hub-ephemeral-datasets-server-s3-secret-access-key"
mongoUrl:
fromSecret: true
secretName: "datasets-server-staging-secrets"
Expand Down

0 comments on commit a955449

Please sign in to comment.