Skip to content

Commit

Permalink
docs: fix doc problem with the secret key name. (#42554)
Browse files Browse the repository at this point in the history
  • Loading branch information
bgroff authored Jul 30, 2024
1 parent 224db75 commit cd3ab87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/deploying-airbyte/integrations/storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ stringData:
<Tabs >
<TabItem value="S3" label="S3" default>

Ensure you've already created a Kubernetes secret containing both your S3 access key ID, and secret access key. By default, secrets are expected in the `airbyte-config-secrets` Kubernetes secret, under the `aws-s3-access-key-id` and `aws-s3-secret-access-key` keys. Steps to configure these are in the above [prerequisites](#secrets).
Ensure you've already created a Kubernetes secret containing both your S3 access key ID, and secret access key. By default, secrets are expected in the `airbyte-config-secrets` Kubernetes secret, under the `s3-access-key-id` and `s3-secret-access-key` keys. Steps to configure these are in the above [prerequisites](#secrets).

```yaml
global:
Expand Down

0 comments on commit cd3ab87

Please sign in to comment.