Liquibase+k8s init container automation for new DDL and DML

I’ve successfully created a local k8s cluster, deployed my apps, also using liquibase in init-container to run DDL and DML for my apps.
My question is, every time I add a new DDL.xml or DML.xml in my app, do I have to manually create a new configmap to store the new DDL.xml and update deployment.yaml to recognize this new configmap?