Skip to content

Commit

Permalink
Add strategic merge key for admission webhooks (#374)
Browse files Browse the repository at this point in the history
This is the last barrier to a change-less cert-manager deployment
  • Loading branch information
willthames authored Jun 26, 2020
1 parent 364e719 commit c218937
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions openshift/dynamic/apply.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@
STRATEGIC_MERGE_PATCH_KEYS = {
'Service.spec.ports': 'port',
'ServiceAccount.secrets': 'name',
'ValidatingWebhookConfiguration.webhooks': 'name',
'MutatingWebhookConfiguration.webhooks': 'name',
}

STRATEGIC_MERGE_PATCH_KEYS.update(
Expand Down

0 comments on commit c218937

Please sign in to comment.