Skip to content

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

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

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

Conversation

@xe-leon

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

Copy link
Copy Markdown

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 <[email protected]>
@bpsoraggi bpsoraggi added status/0-needs-triage kind/proposal a proposal that needs to be discussed. and removed status/0-needs-triage labels Apr 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kind/proposal a proposal that needs to be discussed.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Templating in extraObjects is broken since 39.0.0

2 participants