Update stripPrefixRegex.yaml (#2426)

* Update stripPrefixRegex.yaml

* Update values.yaml

* Update questions.yaml

* Update stripPrefixRegex.yaml

* Update stripPrefixRegex.yaml

* Update Chart.yaml

* Update charts/core/traefik/templates/middlewares/stripPrefixRegex.yaml
This commit is contained in:
Kjeld Schouten-Lebbing
2022-04-04 22:40:27 +02:00
committed by GitHub
parent 2fcd914b8e
commit f150e61a91
4 changed files with 15 additions and 6 deletions

View File

@@ -22,7 +22,7 @@ sources:
- https://github.com/traefik/traefik-helm-chart
- https://traefik.io/
type: application
version: 11.1.0
version: 11.1.1
annotations:
truecharts.org/catagories: |
- network

View File

@@ -489,9 +489,15 @@ questions:
- variable: regex
label: "Regex"
schema:
type: string
required: true
default: ""
type: list
default: []
items:
- variable: regexEntry
label: "Regex"
schema:
type: string
required: true
default: ""
- variable: ipWhiteList
label: "ipWhiteList"

View File

@@ -13,5 +13,8 @@ metadata:
namespace: {{ $namespace }}
spec:
stripPrefixRegex:
regex: {{ $middlewareData.regex | quote }}
regex:
{{- range $middlewareData.regex }}
- {{ . | quote }}
{{- end }}
{{ end }}

View File

@@ -307,7 +307,7 @@ middlewares:
# permanent: false
stripPrefixRegex: []
# - name: stripPrefixRegexName
# regex: putregexhere
# regex: []
ipWhiteList: []
# - name: ipWhiteListName
# sourceRange: []