informatics-lab / our-pangeo

A helm chart for deploying a custom flavour Pangeo stack
10 stars 5 forks source link

Split public config and private config #7

Open jacobtomlinson opened 6 years ago

jacobtomlinson commented 6 years ago

The whole values.yaml file currently lives in the Informatics Lab private config.

In reality there are only a couple of things which need to be kept secret like oAuth tokens. We should split these out into two files and update the helm commands to follow the pattern of helm install ... -f values.yaml -f secrets.yaml where the secrets file is private but values is public.