Open zelig81 opened 3 weeks ago
The first part of the proposal is probably pretty straightforward; accepting a list of objects on stdin if specifying -f -
Can you expand more on the 2nd part of your proposal? What happens with the tool now? What would you like to see instead?
Intro to the problem
I have kustomization that uses
helmChart
, so the usualkubectl diff -k
will not apply.My workaround till now was:
The only problem here is that for
field is immutable
I cannot get the real diff.Proposal