We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67de85c commit c07b117Copy full SHA for c07b117
charts/sourcegraph/examples/aws/override.yaml
@@ -14,3 +14,18 @@ frontend:
14
# ...
15
host: sourcegraph.company.com # Replace with your actual hostname
16
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
27
28
29
30
31
0 commit comments