Skip to content

Commit 60bb8b3

Browse files
Fix indent in YAML for example pod (#11598)
1 parent cee3fb3 commit 60bb8b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/user-guide/fcgi-services.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ apiVersion: v1
2121
kind: Pod
2222
metadata:
2323
name: example-app
24-
labels:
25-
app: example-app
24+
labels:
25+
app: example-app
2626
spec:
2727
containers:
2828
- name: example-app

0 commit comments

Comments
 (0)