Commit e4cc9891 by tingweiwang

增加env go.1.15证书问题

1 parent cdee5bbd
......@@ -44,6 +44,9 @@ spec:
name: host-cache-path
readOnly: false
command: ["core--collector"]
env: # 临时修复go1.15无法支持旧版本证书的问题, https://github.com/golang/go/issues/39568
- name: GODEBUG
value: x509ignoreCN=0
ports:
- containerPort: 8080
name: ccport-8080
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!