Skip to content

Commit fd19e99

Browse files
authored
Merge pull request aws-samples#370 from lyoungblood/patch-1
Fixed broken indentation in pod.yaml
2 parents 0bd7732 + 74697b7 commit fd19e99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

01-path-basics/103-kubernetes-concepts/readme.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ Each resource in Kubernetes can be defined using a configuration file. For examp
195195
name: nginx-pod
196196
spec:
197197
containers:
198-
- name: nginx
198+
- name: nginx
199199
image: nginx:latest
200200
ports:
201201
- containerPort: 80

0 commit comments

Comments
 (0)