Closed yadavnikhil closed 7 years ago
Are you saying that no resource names will be changed?
yes, only for ObjectMeta.Name in generateObjectMetaTemplate(). This way, i can sync & control all names in my Charts. Its on demand, default will be existing logic.
I think this sounds reasonable. Want to send a pr?
Can we have some flag to pass to Chartify, which can bypass name change for resources?
Ex. --preserve-name true - will not change resources name in output. will be same as input. It will solve most of the scenarios when working with secret combinations & local registry.