Skip to content

Commit ed2812a

Browse files
[master] Fix indentation of annotation (#16614)
* Fix indentation of annotation * add missing snippet --------- Co-authored-by: German Robayo <[email protected]>
1 parent d05e3aa commit ed2812a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/en/docs/tasks/traffic-management/ingress/gateway-api/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ data:
235235
deployment: |
236236
metadata:
237237
annotations:
238-
additional-annotation: some-value
238+
additional-annotation: some-value
239239
spec:
240240
replicas: 4
241241
template:

content/en/docs/tasks/traffic-management/ingress/gateway-api/snips.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ data:
173173
deployment: |
174174
metadata:
175175
annotations:
176-
additional-annotation: some-value
176+
additional-annotation: some-value
177177
spec:
178178
replicas: 4
179179
template:

0 commit comments

Comments
 (0)