You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@gwiersma this is the expected behavior of creation-time patches, which only operate on resource creation (CREATE operation in the MutatingWebhookConfiguration). If you really need to operator on resource updates too, you should consider using a runtime patch which works on resources no matter they are newly created or updated and enforces the values from your patch, which seems to be your goal.
Hi,
I have tested the operator with the following ConfigMap:
At this point the ConfigMap doesn't exist. When i create the CM with oc apply -f, the CM is created succesfully and the values are being injected:
When i apply the same CM again with an oc apply, the values are overwritten with the default values in the CM. No lookups are being executed:
Is this a bug or is this normal behaviour?
The text was updated successfully, but these errors were encountered: