Hi, newbie here!
I followed the guide on Kpt homepage. Example is updating a few YAMLs from a source configmap (package-context.yaml)
But as you can guess, I have more than names. Eventually i'll have 50-100 variables that changes per environment (dev, prod, staging). I thought i could store those variables in a configmap but when i try to create a deployment from my blueprint with the command `kpt pkg get` I noticed it's removing other key: value pairs in the configmap data section, only leaves name. So how am i supposed to store my variables and feed them into Kpt as source for the mutations?
Thank you!