File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -78,7 +78,10 @@ Quick Start
7878 prometheus_ssl_enabled : true
7979 additional_labels : # Add cluster label to all queries
8080 cluster : my_cluster_name
81-
81+ # Optional: Configure cross-account role assumption for AMP
82+ # Set assume_role_arn if your Prometheus workspace is in a different AWS account
83+ # than the one running your Kubernetes service account.
84+ # assume_role_arn: arn:aws:iam::<ACCOUNT_ID>:role/<AMP_IAM_ROLE>
8285
8386 runnerServiceAccount :
8487 annotations :
@@ -96,6 +99,11 @@ Quick Start
9699 value : " aps"
97100 - name : AWS_REGION
98101 value : " us-east-1" # Your workspace region
102+ # Optional: Configure cross-account role assumption for AMP
103+ # Set this if your Prometheus workspace is in a different AWS account
104+ # than the one running your Kubernetes service account.
105+ # - name: AWS_ASSUME_ROLE
106+ # value: "arn:aws:iam::<ACCOUNT_ID>:role/<AMP_IAM_ROLE>"
99107
100108 2. :ref: `Update Robusta <Simple Upgrade >`
101109
You can’t perform that action at this time.
0 commit comments