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:
@@ -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
|
||||||
|
|||||||
@@ -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 }}
|
||||||
|
|||||||
@@ -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: []
|
||||||
|
|||||||
Reference in New Issue
Block a user