Skip to content

Commit c218937

Browse files
authored
Add strategic merge key for admission webhooks (openshift#374)
This is the last barrier to a change-less cert-manager deployment
1 parent 364e719 commit c218937

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

openshift/dynamic/apply.py

+2
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@
4141
STRATEGIC_MERGE_PATCH_KEYS = {
4242
'Service.spec.ports': 'port',
4343
'ServiceAccount.secrets': 'name',
44+
'ValidatingWebhookConfiguration.webhooks': 'name',
45+
'MutatingWebhookConfiguration.webhooks': 'name',
4446
}
4547

4648
STRATEGIC_MERGE_PATCH_KEYS.update(

0 commit comments

Comments
 (0)