I'm trying to understand helm and I wonder if someone could ELI5 to me something or help me with something. So i did run below: helm repo add coreos https://s
Currently I do this: configMapGenerator: - name: sql-config-map files: - "someDirectory/one.sql" - "someDirectory/two.sql" - "someDirect
When using a ConfigMap as a mounted volume, all the existing files and folders inside the mounted location of the pod are deleted. The ConfigMap is created usi