gordonwatts / func_adl_server

Helm chart to get started with an analysis server - mostly experimental
MIT License
0 stars 0 forks source link

Use configmap to do the cert's, rather than a host map #26

Closed gordonwatts closed 5 years ago

gordonwatts commented 5 years ago

This way we can move things from one server to another without having to deal with crazy stuff like hostdir's.

gordonwatts commented 5 years ago

Ok - this is a little harder than I thought. The proper way is to:

  1. Create the secret in the cluster
  2. Provide the name of the secret for everything to the guy.

We should write a script that does the secret - and just imports things into the cluster. Shrug. This will have to be done once.