Skip to content

Commit

Permalink
All CRD patches are only needed for conversion webhook
Browse files Browse the repository at this point in the history
  • Loading branch information
ChunyiLyu committed May 13, 2021
1 parent 6a203cd commit 8f56323
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions config/crd/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,24 @@ resources:
- bases/rabbitmq.com_schemareplications.yaml
# +kubebuilder:scaffold:crdkustomizeresource

patchesStrategicMerge:
- patches/webhook_in_bindings.yaml
- patches/webhook_in_queues.yaml
- patches/webhook_in_exchanges.yaml
- patches/webhook_in_vhosts.yaml
- patches/webhook_in_policies.yaml
- patches/webhook_in_users.yaml
- patches/webhook_in_permissions.yaml
#patchesStrategicMerge:
#- patches/webhook_in_bindings.yaml
#- patches/webhook_in_queues.yaml
#- patches/webhook_in_exchanges.yaml
#- patches/webhook_in_vhosts.yaml
#- patches/webhook_in_policies.yaml
#- patches/webhook_in_users.yaml
#- patches/webhook_in_permissions.yaml
#- patches/webhook_in_schemareplications.yaml
# +kubebuilder:scaffold:crdkustomizewebhookpatch

- patches/cainjection_in_bindings.yaml
- patches/cainjection_in_queues.yaml
- patches/cainjection_in_exchanges.yaml
- patches/cainjection_in_vhosts.yaml
- patches/cainjection_in_policies.yaml
- patches/cainjection_in_users.yaml
- patches/cainjection_in_permissions.yaml
#- patches/cainjection_in_bindings.yaml
#- patches/cainjection_in_queues.yaml
#- patches/cainjection_in_exchanges.yaml
#- patches/cainjection_in_vhosts.yaml
#- patches/cainjection_in_policies.yaml
#- patches/cainjection_in_users.yaml
#- patches/cainjection_in_permissions.yaml
#- patches/cainjection_in_schemareplications.yaml
# +kubebuilder:scaffold:crdkustomizecainjectionpatch

Expand Down

0 comments on commit 8f56323

Please sign in to comment.