Create a helm-repository context from s3 bucket.
Helm repository can be stored in AWS S3 bucket.
Codefresh will integrate with the bucket in the following order
If environment variables AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY ,AWS_DEFAULT_REGION are set, will use it to create context.
You can override them using flags aws-access-key-id aws-secret-access-key aws-default-region.
codefresh create context helm-repository s3 <name>
| Option | Alias | Type | Default | Description |
|---|---|---|---|---|
| --help | Print help information | |||
| --aws-access-key-id | Amazon access key id [default: AWS_ACCESS_KEY_ID env] | |||
| --aws-secret-access-key | Amazon access secret key with permissions to the bucket [default: AWS_SECRET_ACCESS_KEY env] | |||
| --aws-default-region | Amazon default region [default: AWS_DEFAULT_REGION env] | |||
| --bucket | Name of the bucket. required |