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 20:40:27 +00:00
committed by GitHub
parent 2fcd914b8e
commit f150e61a91
4 changed files with 15 additions and 6 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ sources:
- https://github.com/traefik/traefik-helm-chart - https://github.com/traefik/traefik-helm-chart
- https://traefik.io/ - https://traefik.io/
type: application type: application
version: 11.1.0 version: 11.1.1
annotations: annotations:
truecharts.org/catagories: | truecharts.org/catagories: |
- network - network
+9 -3
View File
@@ -489,9 +489,15 @@ questions:
- variable: regex - variable: regex
label: "Regex" label: "Regex"
schema: schema:
type: string type: list
required: true default: []
default: "" items:
- variable: regexEntry
label: "Regex"
schema:
type: string
required: true
default: ""
- variable: ipWhiteList - variable: ipWhiteList
label: "ipWhiteList" label: "ipWhiteList"
@@ -13,5 +13,8 @@ metadata:
namespace: {{ $namespace }} namespace: {{ $namespace }}
spec: spec:
stripPrefixRegex: stripPrefixRegex:
regex: {{ $middlewareData.regex | quote }} regex:
{{- range $middlewareData.regex }}
- {{ . | quote }}
{{- end }}
{{ end }} {{ end }}
+1 -1
View File
@@ -307,7 +307,7 @@ middlewares:
# permanent: false # permanent: false
stripPrefixRegex: [] stripPrefixRegex: []
# - name: stripPrefixRegexName # - name: stripPrefixRegexName
# regex: putregexhere # regex: []
ipWhiteList: [] ipWhiteList: []
# - name: ipWhiteListName # - name: ipWhiteListName
# sourceRange: [] # sourceRange: []