Skip to content

Commit cd7ea8c

Browse files
Fix: corrected YAML indentation in eksctl tutorial (#4)
1 parent 6b48ce2 commit cd7ea8c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/tutorial.adoc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,12 @@ metadata:
7272
7373
nodeGroups:
7474
- name: ng-1
75-
instanceType: m5.large
76-
desiredCapacity: 2
77-
minSize: 1
78-
maxSize: 3
79-
ssh:
80-
allow: false
75+
instanceType: m5.large
76+
desiredCapacity: 2
77+
minSize: 1
78+
maxSize: 3
79+
ssh:
80+
allow: false
8181
----
8282
. Customize the configuration:
8383
** 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
135135
== Next Steps
136136

137137
* Configure Kubectl to connect to the cluster
138-
* Deploy a sample app
138+
* Deploy a sample app

0 commit comments

Comments
 (0)