I've recently started testing a proof of concept instance for Jira DC in Kubernetes. It's controlled via the Atlassian Jira helm chart.
One thing I'm noticing is that changes to values such as which db to use and other values, only seem to apply upon initial deployment of the instance, anything after that will not apply after a sync. I know my deployment is synching properly, because if I change something about the Kubernetes configuration, such as changing the size of of the shared home or postgres db volume, these apply. However small changes to attributes in things like dbconfig.xml don't seem to apply unless you blow the entire thing away and recreate it.
Any ideas?