Gergely Brautigam

Results 697 comments of Gergely Brautigam

These two especially ``` --enable-secrets-caching boolean false Enables the secrets caching for external-secrets pod. --enable-configmaps-caching boolean false Enables the ConfigMap caching for external-secrets pod. ```

Okay, I _think_ I was able to reproduce it with a unit test. ```go require.NoError(t, ps.PushSecret(context.TODO(), fakeSecret, psd)) // call twice, secret push should only be called once. require.NoError(t, ps.PushSecret(context.TODO(),...

Err ^ no. :) Because I haven't configured a second call to the mock client. :D

Okay, I have this now https://github.com/external-secrets/external-secrets/pull/3584 but this is working, so @vsantos gonna need an example please. :)

@gravufo Do you have a documentation where they recommend that module? And is it supposed to go together with the other one? Or separately?