Skip to content

Commit 5b557c8

Browse files
committed
Showing AWS examples in AWS example
Added environment variables for AWS RDS IAM authentication.
1 parent 0c642f3 commit 5b557c8

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

charts/sourcegraph/examples/aws/override.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,18 @@ frontend:
1414
# ...
1515
host: sourcegraph.company.com # Replace with your actual hostname
1616
ingressClassName: alb
17+
env:
18+
# If using databases in AWS RDS, with IAM authentication
19+
PG_CONNECTION_UPDATER:
20+
value: EC2_ROLE_CREDENTIALS
21+
# If using databases in AWS RDS, with IAM authentication, with regional endpoints
22+
AWS_STS_REGIONAL_ENDPOINTS:
23+
value: regional
24+
25+
migrator:
26+
# If using databases in AWS RDS, with IAM authentication
27+
PG_CONNECTION_UPDATER:
28+
value: EC2_ROLE_CREDENTIALS
29+
# If using databases in AWS RDS, with IAM authentication, with regional endpoints
30+
AWS_STS_REGIONAL_ENDPOINTS:
31+
value: regional

0 commit comments

Comments
 (0)