File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
22name : etcd
33description : ETCD distributed storage
44type : application
5- version : 0.6.0
5+ version : 0.6.1
66appVersion : 3.5.5
77maintainers :
88 - name : scDisorder
Original file line number Diff line number Diff line change @@ -17,15 +17,15 @@ fullnameOverride: ""
1717
1818auth :
1919 peer :
20- enableAuthentication : " true "
20+ enableAuthentication : false
2121 # # Switch to automatically create the TLS certificates
2222 useAutoTLS : " "
2323 # # Switch to encrypt peer communication using TLS certificates
2424 secureTransport : " true"
2525 client :
26- enableAuthentication : true
26+ enableAuthentication : false
2727 # # Switch to encrypt client communication using TLS certificates
28- secureTransport : true
28+ secureTransport : false
2929 # # Name of the existing secret containing cert files for peer communication.
3030 existingSecret : etcd-ssl-certs
3131
You can’t perform that action at this time.
0 commit comments