You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 image <image> the file is reformatted. This is annoying when using gitops as its hard to see what's changed.
Opening as per unresolved #291
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 image <image>
the file is reformatted. This is annoying when using gitops as its hard to see what's changed.Basically, it reindents the resulting file.
My kustomization.yaml template:
The text was updated successfully, but these errors were encountered: