k8s
k8s copied to clipboard
helm: support custom client certs in nats-box
Make it possible to mount the certs for a sample client to test mutual TLS. something like:
natsbox:
enabled: true
tls:
insecure: false
verify: true
secret:
name: nats-client-tls
ca: "ca.crt"
cert: "tls.crt"
key: "tls.key"
Just making sure this doesn't fall off my radar.
Supported in nats-1.0.0-beta.0