Skip to content
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

how to mount ConfigMap or Volume to orchestrator #438

Open
andypeng2015 opened this issue Dec 16, 2019 · 1 comment
Open

how to mount ConfigMap or Volume to orchestrator #438

andypeng2015 opened this issue Dec 16, 2019 · 1 comment

Comments

@andypeng2015
Copy link

andypeng2015 commented Dec 16, 2019

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

conf.json:

  "SSLSkipVerify": false,
  "SSLPrivateKeyFile": "",
  "SSLCertFile": "",
  "SSLCAFile": "",

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 mount my.crt to the path /var/lib/certs/my.crt in container orchestrator

@AMecea
Copy link
Contributor

AMecea commented Feb 11, 2020

Hi @andypeng2015,

If you still need something like this please open a PR with the necessary changes in the chart and I will include them into the next release.

chapsuk pushed a commit to chapsuk/mysql-operator that referenced this issue Oct 16, 2023
Forward port changes made while doing 2.10 release
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants