We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 364e719 commit c218937Copy full SHA for c218937
openshift/dynamic/apply.py
@@ -41,6 +41,8 @@
41
STRATEGIC_MERGE_PATCH_KEYS = {
42
'Service.spec.ports': 'port',
43
'ServiceAccount.secrets': 'name',
44
+ 'ValidatingWebhookConfiguration.webhooks': 'name',
45
+ 'MutatingWebhookConfiguration.webhooks': 'name',
46
}
47
48
STRATEGIC_MERGE_PATCH_KEYS.update(
0 commit comments