From bc6d62acce95db4da87972c617e4c61ddaebd0c2 Mon Sep 17 00:00:00 2001 From: Noah <40781376+noahpb@users.noreply.github.com> Date: Fri, 17 Jan 2025 10:22:33 -0500 Subject: [PATCH] Update docs/reference/configuration/external dependencies/irsa-configuration.md Co-authored-by: Chance <139784371+UnicornChance@users.noreply.github.com> --- .../configuration/external dependencies/irsa-configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/configuration/external dependencies/irsa-configuration.md b/docs/reference/configuration/external dependencies/irsa-configuration.md index c68710c2f..df95eef89 100644 --- a/docs/reference/configuration/external dependencies/irsa-configuration.md +++ b/docs/reference/configuration/external dependencies/irsa-configuration.md @@ -54,7 +54,7 @@ packages: variables: - name: LOKI_IRSA_ROLE_ARN description: "ARN of Loki IAM Role to annotate Loki ServiceAccount with." - # Maps to Loki's helm values for SerivceAccount annotations: + # Maps to Loki's helm values for ServiceAccount annotations: # See https://github.com/grafana/loki/blob/main/production/helm/loki/values.yaml#L733 path: serviceAccount.annotations.eks\.amazonaws\.com/role-arn ```