From 9242ec31a8e71a9333c213c9004b84945807cf66 Mon Sep 17 00:00:00 2001 From: Tim Birkett <109664963+portswigger-tim@users.noreply.github.com> Date: Fri, 7 Feb 2025 14:28:19 +0000 Subject: [PATCH] Update .schema.yaml to allow additionalProperties --- traefik-crds/.schema.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/traefik-crds/.schema.yaml b/traefik-crds/.schema.yaml index 09783c714..c71d1b799 100644 --- a/traefik-crds/.schema.yaml +++ b/traefik-crds/.schema.yaml @@ -10,4 +10,4 @@ schemaRoot: id: https://traefik.io/traefik-crds-helm-chart.schema.json title: Traefik CRDs Helm Chart description: The Cloud Native Application Proxy - additionalProperties: false + additionalProperties: true