From ac38d9ca9953458c66ece41523466f3dd77c5658 Mon Sep 17 00:00:00 2001 From: Ian Littman Date: Mon, 19 Aug 2024 13:58:16 -0500 Subject: [PATCH] Fix YAML-in-Markdown formatting in Team scripts area of fleetctl apply docs (#21382) --- docs/Contributing/fleetctl-apply.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/Contributing/fleetctl-apply.md b/docs/Contributing/fleetctl-apply.md index a502a1f516..dac4b25630 100644 --- a/docs/Contributing/fleetctl-apply.md +++ b/docs/Contributing/fleetctl-apply.md @@ -338,7 +338,8 @@ List of saved scripts that can be run on hosts that are part of the team. - Default value: none - Config file format: - ```yaml + +```yaml apiVersion: v1 kind: team spec: @@ -347,7 +348,7 @@ spec: scripts: - path/to/script1.sh - path/to/script2.sh - ``` +``` ## Organization settings