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.
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.