Skip to content

Commit a06718b

Browse files
author
Oscar Llamas
committed
chore: Remove webhook patches from default Kustomization
1 parent 989851b commit a06718b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

config/default/kustomization.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ patches:
4343

4444
# [WEBHOOK] To enable webhook, uncomment all the sections with [WEBHOOK] prefix including the one in
4545
# crd/kustomization.yaml
46-
- path: manager_webhook_patch.yaml
46+
# - path: manager_webhook_patch.yaml
4747

4848
# [CERTMANAGER] To enable cert-manager, uncomment all sections with 'CERTMANAGER'.
4949
# Uncomment 'CERTMANAGER' sections in crd/kustomization.yaml to enable the CA injection in the admission webhooks.
5050
# 'CERTMANAGER' needs to be enabled to use ca injection
51-
- path: webhookcainjection_patch.yaml
51+
# - path: webhookcainjection_patch.yaml
5252

5353
# [CERTMANAGER] To enable cert-manager, uncomment all sections with 'CERTMANAGER' prefix.
5454
# Uncomment the following replacements to add the cert-manager CA injection annotations

config/manager/manager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ metadata:
1010
apiVersion: apps/v1
1111
kind: Deployment
1212
metadata:
13-
name: workload-operator
13+
name: controller-manager
1414
namespace: system
1515
labels:
1616
control-plane: controller-manager

0 commit comments

Comments
 (0)