Please provide link to gitlab issue or ADR(Architecture Decision Record)
AWS Provider is not built to handle dynamic configuration files
AWS Provider handles dynamic configuration files by using s3 instead of configmap
N/A
This commit removes an initContainer from aws helm chart that was previously used to seed initial config files from a configmap. instead, these initial files are uploaded to s3 where they are read on app container start up