georchestra / helm-georchestra

geOrchestra helm chart
3 stars 6 forks source link

gateway - removing configuration overrides #66

Closed pmauduit closed 1 year ago

pmauduit commented 1 year ago

We don't want to fully override the gateway configuration with the one nested in the datadir. These options are redundant with the configuration already provided in the in-app's application.yaml, see here:

https://github.com/georchestra/georchestra-gateway/blob/main/gateway/src/main/resources/application.yml#L19-L21

Also removing the docker profile activation, as I can't find any reference to it either in the default config, nor in the suggested georchestra/datadir.

edevosc2c commented 1 year ago

Good.

For reference these parameters were added in https://github.com/georchestra/helm-georchestra/pull/50