From cda48603a36800fbecde66f8219d6501e7e5b093 Mon Sep 17 00:00:00 2001 From: Ori Shoshan Date: Fri, 15 Mar 2024 00:33:52 +0100 Subject: [PATCH] fixup --- docs/features/aws-iam/tutorials/aws-iam-eks.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/features/aws-iam/tutorials/aws-iam-eks.mdx b/docs/features/aws-iam/tutorials/aws-iam-eks.mdx index 2c8b42daf..6a03fc849 100644 --- a/docs/features/aws-iam/tutorials/aws-iam-eks.mdx +++ b/docs/features/aws-iam/tutorials/aws-iam-eks.mdx @@ -31,11 +31,11 @@ Run the following command to create your AWS cluster. [Don't have eksctl? Instal curl ${ABSOLUTE_URL}/code-examples/aws-iam-eks/cluster-config.yaml | eksctl create cluster -f - ```
- Inspect eks-cluster.yaml contents +Inspect eks-cluster.yaml contents - ```yaml - {@include: ../../../../static/code-examples/aws-iam-eks/cluster-config.yaml} - ``` +```yaml +{@include: ../../../../static/code-examples/aws-iam-eks/cluster-config.yaml} +```