Commit e551fd1b by aiwantaozi Committed by Craig Jellick

Do not restrict the files name to letters and numbers in fluentd

Problem: now filename only allow numbers and letter Solution: change regex expression to allow all charaters Issue: https://github.com/rancher/rancher/issues/17022
parent c89b684e
...@@ -2,7 +2,7 @@ apiVersion: v1 ...@@ -2,7 +2,7 @@ apiVersion: v1
description: Rancher logging helm chart to support logging function in rancher description: Rancher logging helm chart to support logging function in rancher
icon: https://raw.githubusercontent.com/fluent/fluentd-docs/master/public/logo/Fluentd_square.png icon: https://raw.githubusercontent.com/fluent/fluentd-docs/master/public/logo/Fluentd_square.png
name: rancher-logging name: rancher-logging
version: 0.1.1 version: 0.1.2
appVersion: v1.1.3 appVersion: v1.1.3
home: https://www.fluentd.org/ home: https://www.fluentd.org/
sources: sources:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment