Skip to content

Commit 7598921

Browse files
authored
fix(schema): πŸ› allow additional properties on global
1 parent 8ff7dcb commit 7598921

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

β€Žtraefik/values.schema.jsonβ€Ž

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,8 +282,7 @@
282282
"sendAnonymousUsage": {
283283
"type": "boolean"
284284
}
285-
},
286-
"additionalProperties": false
285+
}
287286
},
288287
"hostNetwork": {
289288
"type": "boolean"

β€Žtraefik/values.yamlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,7 @@ tracing: # @schema additionalProperties: false
597597
# -- When set to true, the TLS connection accepts any certificate presented by the server regardless of the hostnames it covers.
598598
insecureSkipVerify: false
599599

600-
global: # @schema additionalProperties: false
600+
global:
601601
checkNewVersion: true
602602
# -- Please take time to consider whether or not you wish to share anonymous data with us
603603
# See https://doc.traefik.io/traefik/contributing/data-collection/

0 commit comments

Comments
Β (0)