Skip to content

Commit

Permalink
adding fix to s3 folder to README
Browse files Browse the repository at this point in the history
Signed-off-by: lucia.guevgeozian <[email protected]>
  • Loading branch information
LuluGO committed Aug 15, 2023
1 parent 70ae391 commit a1ce5d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ NAMESPACE | "kube-system" | The namespace where the secret to backup is
LABEL_KEY | "sealedsecrets.bitnami.com/sealed-secrets-key" | Optional, secret label key to filter secrets to backup
LABEL_VALUE | "active" | Optional, secret label value to filter secrets to backup
BUCKET_NAME | "secretsbackups.your.domain" | AWS s3 bucket name to upload the backups
S3_FOLDER | "sealed_secrets_keys" | AWS s3 folder name to upload the backups
S3_FOLDER | "sealed_secrets_keys/" | AWS s3 folder name to upload the backups
S3_REGION | "us-east-2" | AWS s3 region name
AWS_ACCESS_KEY_ID | "ADSFASDFAF23423" | AWS access key that has upload permission on the s3 bucket
AWS_SECRET_ACCESS_KEY | "asdASFadfasdfñiouo3Q334" | AWS access secret that has upload permission on the s3 bucket
Expand Down

0 comments on commit a1ce5d7

Please sign in to comment.