File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ metadata:
1010apiVersion : apps/v1
1111kind : Deployment
1212metadata :
13- name : workload-operator
13+ name : controller-manager
1414 namespace : system
1515 labels :
1616 control-plane : controller-manager
You can’t perform that action at this time.
0 commit comments