Fix YAML-in-Markdown formatting in Team scripts area of fleetctl apply docs (#21382)

This commit is contained in:
Ian Littman 2024-08-19 13:58:16 -05:00 committed by GitHub
parent 936cc4a6d7
commit ac38d9ca99
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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