kapp
kapp copied to clipboard
figure out better error/path-forward when user provides resource with uid/creationTimestamp filled in
currently kapp will panic due to use of ExistingResource() returning nil: https://github.com/k14s/kapp/blob/develop/pkg/kapp/clusterapply/changes_view.go#L115-L116
@cppforlife Could you share how to reproduce this? In the code snippet you provided, don't see where it would panic.