Christoph Schulz
Christoph Schulz
Uh, sry, bahn.de backend :) Am Samstag, den 27.02.2016, 15:23 -0800 schrieb Philipp Andreas: > Which backend are you using? > — > > ## Reply to this email directly...
Reproduce: http://docs.groovy-lang.org/latest/html/gapi/ 
Some thoughts on where to put the activation flag: * the suffix-strip activation should got to config, like `templateRules` * these are passed to `VersionedResource` (versioned resource type) from `ChangeSetWithVersionedRes`...
I suspect a simple flag will not be enough, might need to be a more complex type, as kustomize allows you to disable the name-suffix-hash, so you might need to...
Will look into some e2e tests now and await initial feedback. :)
Thanks for the feedback :) I am working on this over the weekends, I'll answer your questions then.
Oh, true, I did not think about that consequence yet, thank you! Actually my concern is just cosmetic, I dont necessarily want true versioning. I am happy if the diff...
From my understanding the resources are diffed by grouping the old and new one using their name and then diffing these groups-of-two. Thus the challenge should be to "just" get...
> I still think it may not be worth it, depending on code complexity and future maintenance overhead. Yes. I am doing this also for the fun of it --...
Hi o/ I have implemented that the diff ignores the nameHashSuffix. The new `TestChangeSet_StripKustomizeSuffix` unit test should demonstrate what I want(ed): https://github.com/vmware-tanzu/carvel-kapp/blob/7973475f576cf399e7f7f4b67398360767b130b7/pkg/kapp/diff/change_set_with_versioned_rs_test.go#L187-L196 for me the following points are still open:...