-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
kustomize changing the yaml formatting #291
Comments
What version of kustomize are you using? In v1.0.6, we added the feature of preserving the comments and orders in kustomization.yaml when |
@lswith Do you still see this problem with the new version? |
yep its working fine! |
Comments and the order of top-level elements in kustomization.yaml seem to be preserved when running something like |
I've been using a specific yaml format for the kustomization.yaml files. It seems though that when I run the command
kustomize edit set imagetag <imagetag>
the file is reformatted. This is annoying when using gitops as its hard to see what's changed.The text was updated successfully, but these errors were encountered: