-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Redis密码如果含有#号会导致报错 #1765
Labels
bug
Something isn't working
Comments
helm currently does not support special characters |
应该不是helm不支持特殊字符,helm已经正确的生成了对应的configMap:config-tutorial.ini,并且在这个configMap中redis的password设置也是“EeZC9YE649s5P#12”但是启动服务会报错 |
|
helm 配置是这样的 images: registry.cn-beijing.aliyuncs.com/huoxian_pub
tag: "1.14.1"
imagePullPolicy: Always
replicaCount: 1
accessType: NodePort
logging_level: INFO
healthcheck: true
logstash: "true"
skipMysql: true
mysql:
host: 192.168.56.108
port: 3306
name: dongtai_webapi
user: root
password: "root"
skipRedis: true
redis:
host: 192.168.56.108
port: 6379
password: "EeZC9YE649s5P#12"
db: 2
storage:
persistentVolumeClaim: iast-agent-pvc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Preflight Checklist
Version
1.14.1
Installation Type
Official Kubernetes
Service Name
Deploy(DongTai-deploy)
Describe the details of the bug and the steps to reproduce it
如我设置redis密码为EeZC9YE649s5P#12,会报错:
skipRedis: true
redis:
host: host
port: 6379
password: "EeZC9YE649s5P#12"
db: 2
ValueError: Port could not be cast to integer value as 'EeZC9YE649s5P'
Additional Information
No response
Logs
ValueError: Port could not be cast to integer value as 'EeZC9YE649s5P'
The text was updated successfully, but these errors were encountered: