From 7b8ac06dedc16940e2957c20eac5877a0cee07c3 Mon Sep 17 00:00:00 2001 From: robertmacyiii Date: Thu, 25 Sep 2025 11:14:40 -0700 Subject: [PATCH] Fix: corrected YAML indentation in eksctl tutorial --- docs/tutorial.adoc | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/tutorial.adoc b/docs/tutorial.adoc index c2fc4dd..779f4dc 100644 --- a/docs/tutorial.adoc +++ b/docs/tutorial.adoc @@ -72,12 +72,12 @@ metadata: nodeGroups: - name: ng-1 - instanceType: m5.large - desiredCapacity: 2 - minSize: 1 - maxSize: 3 - ssh: - allow: false + instanceType: m5.large + desiredCapacity: 2 + minSize: 1 + maxSize: 3 + ssh: + allow: false ---- . Customize the configuration: ** Update the `region` to match your desired AWS region. @@ -135,4 +135,4 @@ NOTE: Cluster creation can incur AWS charges. Make sure to review the link:eks/p == Next Steps * Configure Kubectl to connect to the cluster -* Deploy a sample app \ No newline at end of file +* Deploy a sample app