Skip to content

Commit

Permalink
feat(Traefik Proxy): add tracingparameters to helm chart values, ad…
Browse files Browse the repository at this point in the history
…d test
  • Loading branch information
slayne authored and David Heredero committed Dec 9, 2024
1 parent 2f7ea8c commit 0d917eb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions traefik/tests/requirements-config_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,3 +108,13 @@ tests:
asserts:
- failedTemplate:
errorMessage: "ERROR: abortOnPluginFailure is an experimental feature only available for traefik >= v3.3.0."
- it: shouldn't have safeQueryParams, when enabled on traefik < 3.1.0
set:
image:
tag: v3.0.0
tracing:
safeQueryParams:
- foo
asserts:
- failedTemplate:
errorMessage: "ERROR: safeQueryParams is a feature only available for traefik >= v3.1.0."

0 comments on commit 0d917eb

Please sign in to comment.