Skip to content

Commit

Permalink
Update helm-docs and README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 22, 2023
1 parent 58b4140 commit 58c8dd3
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions charts/posit-chronicle/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ supported.)
You can also persist data to AWS S3 instead of (or in addition to) local
storage:

``` yaml
```yaml
config:
s3Storage:
enabled: true
Expand All @@ -121,22 +121,18 @@ to manage the credentials needed to access S3. In this scenario, once you have
role](https://docs.aws.amazon.com/eks/latest/userguide/create-service-account-iam-policy-and-role.html),
you can use this role as an annotation on the existing Service Account:

``` yaml
```yaml
serviceaccount:
enabled: false
# -- Additional annotations to add to the chronicle-server serviceaccount
annotations: {
enabled: true
annotations:
eks.amazonaws.com/role-arn: arn:aws:iam::123456789000:role/iam-role-name-here
}
# -- Additional labels to add to the chronicle-server serviceaccount
labels: {}
```

If you are unable to use IAM Roles for Service Accounts, there are any number of
alternatives for injecting AWS credentials into a container. As a fallback,
the S3 storage config allows specifying a profile:

``` yaml
```yaml
config:
s3Storage:
enabled: true
Expand Down

0 comments on commit 58c8dd3

Please sign in to comment.