For keycloak config, configuration files from the image and the configmap are merged into an emptyDir volume by a dedicated init-container
For syndesis-ui, config.json is mounted in a directory config and the base image has a symbolic link from config -> config/config.json
@jimmidyson would be awesome if you could review this within the next hour (i know, its sunday ;-(. If not no problem, but I then would self-merge in order to get the templates on the production cluster straight as these suffer from the subpath mount issue.
Avoid using
subPath
mounts:config.json
is mounted in a directoryconfig
and the base image has a symbolic link fromconfig -> config/config.json
@jimmidyson would be awesome if you could review this within the next hour (i know, its sunday ;-(. If not no problem, but I then would self-merge in order to get the templates on the production cluster straight as these suffer from the subpath mount issue.