mirror of
https://github.com/truecharts/charts.git
synced 2026-07-14 07:31:21 -03:00
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:
committed by
GitHub
parent
2fcd914b8e
commit
f150e61a91
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -13,5 +13,8 @@ metadata:
|
||||
namespace: {{ $namespace }}
|
||||
spec:
|
||||
stripPrefixRegex:
|
||||
regex: {{ $middlewareData.regex | quote }}
|
||||
regex:
|
||||
{{- range $middlewareData.regex }}
|
||||
- {{ . | quote }}
|
||||
{{- end }}
|
||||
{{ end }}
|
||||
|
||||
@@ -307,7 +307,7 @@ middlewares:
|
||||
# permanent: false
|
||||
stripPrefixRegex: []
|
||||
# - name: stripPrefixRegexName
|
||||
# regex: putregexhere
|
||||
# regex: []
|
||||
ipWhiteList: []
|
||||
# - name: ipWhiteListName
|
||||
# sourceRange: []
|
||||
|
||||
Reference in New Issue
Block a user