Skip to content

Commit 4143497

Browse files
committed
MINOR: forwardfor: remove disabled for no option
1 parent 6ac2070 commit 4143497

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

build/haproxy_spec.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2439,7 +2439,6 @@ definitions:
24392439
enabled:
24402440
enum:
24412441
- enabled
2442-
- disabled
24432442
type: string
24442443
except:
24452444
pattern: ^[^\s]+$

models/haproxy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1300,7 +1300,7 @@ forwardfor:
13001300
properties:
13011301
enabled:
13021302
type: string
1303-
enum: [enabled, disabled]
1303+
enum: [enabled]
13041304
except:
13051305
type: string
13061306
pattern: '^[^\s]+$'

0 commit comments

Comments
 (0)