Milan Skuhra

Results 2 comments of Milan Skuhra

There is also possible to add support for `Spy.restore()` directly in test or in helper file: ```javascript beforeAll(function () { var oringSpyOn = spyOn; spyOn = (obj, fnName) => {...

It is because copied resource (Secret or ConfigMap) also contains label `app.kubernetes.io/instance` from original resource. ArgoCD add this label to all resources managed by himself. And therefore ArgoCD consider copied...