Skip to content

Commit 213f5b8

Browse files
committed
🚀 Some more deploy config tweaks.
1 parent 51e091b commit 213f5b8

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

‎config/crd/kustomization.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ resources:
55
- bases/migrations.coderanger.net_migrators.yaml
66
# +kubebuilder:scaffold:crdkustomizeresource
77

8-
patchesStrategicMerge:
9-
- patches/webhook_in_migrators.yaml
8+
patchesStrategicMerge: []
9+
# - patches/webhook_in_migrators.yaml
1010
# +kubebuilder:scaffold:crdkustomizewebhookpatch
11-
- patches/cainjection_in_migrators.yaml
11+
# - patches/cainjection_in_migrators.yaml
1212
# +kubebuilder:scaffold:crdkustomizecainjectionpatch
1313

1414
# the following config is for teaching kustomize how to do kustomization for CRDs.

‎config/default/webhookcainjection_patch.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ metadata:
66
name: mutating-webhook-configuration
77
annotations:
88
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)

0 commit comments

Comments
 (0)