File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ resources:
5
5
- bases/migrations.coderanger.net_migrators.yaml
6
6
# +kubebuilder:scaffold:crdkustomizeresource
7
7
8
- patchesStrategicMerge :
9
- - patches/webhook_in_migrators.yaml
8
+ patchesStrategicMerge : []
9
+ # - patches/webhook_in_migrators.yaml
10
10
# +kubebuilder:scaffold:crdkustomizewebhookpatch
11
- - patches/cainjection_in_migrators.yaml
11
+ # - patches/cainjection_in_migrators.yaml
12
12
# +kubebuilder:scaffold:crdkustomizecainjectionpatch
13
13
14
14
# the following config is for teaching kustomize how to do kustomization for CRDs.
Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ metadata:
6
6
name : mutating-webhook-configuration
7
7
annotations :
8
8
cert-manager.io/inject-ca-from : $(CERTIFICATE_NAMESPACE)/$(CERTIFICATE_NAME)
9
- ---
10
- apiVersion : admissionregistration.k8s.io/v1beta1
11
- kind : ValidatingWebhookConfiguration
12
- metadata :
13
- name : validating-webhook-configuration
14
- annotations :
15
- cert-manager.io/inject-ca-from : $(CERTIFICATE_NAMESPACE)/$(CERTIFICATE_NAME)
9
+ # ---
10
+ # apiVersion: admissionregistration.k8s.io/v1beta1
11
+ # kind: ValidatingWebhookConfiguration
12
+ # metadata:
13
+ # name: validating-webhook-configuration
14
+ # annotations:
15
+ # cert-manager.io/inject-ca-from: $(CERTIFICATE_NAMESPACE)/$(CERTIFICATE_NAME)
You can’t perform that action at this time.
0 commit comments