mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Fix YAML-in-Markdown formatting in Team scripts area of fleetctl apply docs (#21382)
This commit is contained in:
parent
936cc4a6d7
commit
ac38d9ca99
1 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue