Skip to content

fix(traefik): allow any extraValues for templating in extraObjects#1739

Open
xe-leon wants to merge 2 commits intotraefik:masterfrom
xe-leon:master
Open

fix(traefik): allow any extraValues for templating in extraObjects#1739
xe-leon wants to merge 2 commits intotraefik:masterfrom
xe-leon:master

Conversation

@xe-leon
Copy link
Copy Markdown

@xe-leon xe-leon commented Mar 16, 2026

What does this PR do?

Added extraValues to the JSON schema as an open object (additionalProperties: true), enabling users to pass any custom key-value pairs that can be referenced inside extraObjects templates via {{ .Values.extraValues.* }}.

Motivation

Fixes #1738

More

  • Yes, I updated the tests accordingly
  • Yes, I updated the schema accordingly
  • Yes, I ran make test and all the tests passed

xe-leon added 2 commits March 16, 2026 22:04
Signed-off-by: Evgenii Domashenkin <75170874+xe-leon@users.noreply.github.com>
Signed-off-by: Evgenii Domashenkin <75170874+xe-leon@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Templating in extraObjects is broken since 39.0.0

1 participant