Skip to content

Commit

Permalink
Add missing enum values for disable-override parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
kklimonda-cl committed Dec 11, 2024
1 parent dc686ae commit 6fc7ab5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions specs/objects/external-dynamic-list.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,12 @@ spec:
- type: values
spec:
values:
- 'yes'
- 'no'
spec:
default: 'no'
values:
- value: 'yes'
- value: 'no'
description: disable object override in child device groups
required: false
Expand Down

0 comments on commit 6fc7ab5

Please sign in to comment.