### Description I'm using the kubernetes extension to generate the manifest files for my application, which are then committed into a repository. However, sometimes variables inside the env part of the deployment are reordered, causing unwanted changes in the git history. Would it be possible to produce the env vars in a fixed order? For instance they could be sorted alphabetically by name. ### Implementation ideas _No response_