You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @AMecea I need to use TLS in orchestrator, based on the conf.json file shown below, I have to specify the Cert file path, so how to mount ConfigMap or Volume to orchestrator to achieve it, cannot find the options in values file
Hi @AMecea I need to use TLS in
orchestrator
, based on theconf.json
file shown below, I have to specify the Cert file path, so how to mount ConfigMap or Volume to orchestrator to achieve it, cannot find the options in values fileconf.json:
https://github.com/github/orchestrator/blob/855e930e89c0cf7934a4bd05281cc010c9cde589/conf/orchestrator-sample.conf.json#L80-L83
assume that I config
"SSLCertFile": "/var/lib/certs/my.crt"
, how do I mountmy.crt
to the path/var/lib/certs/my.crt
in containerorchestrator
The text was updated successfully, but these errors were encountered: