ukaea / piezo

1 stars 0 forks source link

Feature/config as configmap #117 #126

Closed oliver-tarrant-tessella closed 5 years ago

oliver-tarrant-tessella commented 5 years ago

Implement reading the configuration file from a configmap when running the web app on K8s. This allows admin to update the configuration without rebuilding the web app docker image.

Implemented in the same way as the validation rules updates.

Removes the need for run environment from the config file as this can now be determined from where the config file is being read.

Wiki has been updated to reflect the change in the config file and with instructions on how to update the config file when the web app is running.

Stories covered #117