Skip to content

Commit f33760d

Browse files
committed
Rename webhook deployment to manager
The processs contains both the controllers and webhook handlers. Signed-off-by: Scott Andrews <[email protected]>
1 parent cce39bf commit f33760d

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed
File renamed without changes.

config/500-webhook-service.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ spec:
1414
- port: 443
1515
targetPort: 8443
1616
selector:
17-
role: webhook
17+
role: manager

config/webhook.yaml config/manager.yaml

+7-7
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
apiVersion: apps/v1
55
kind: Deployment
66
metadata:
7-
name: webhook
7+
name: manager
88
namespace: service-bindings
99
labels:
1010
bindings.labs.vmware.com/release: devel
@@ -13,24 +13,24 @@ spec:
1313
replicas: 1
1414
selector:
1515
matchLabels:
16-
app: webhook
17-
role: webhook
16+
app: manager
17+
role: manager
1818
template:
1919
metadata:
2020
annotations:
2121
sidecar.istio.io/inject: "false"
2222
labels:
23-
app: webhook
24-
role: webhook
23+
app: manager
24+
role: manager
2525
bindings.labs.vmware.com/release: devel
2626
bindings.labs.vmware.com/exclude: "true"
2727
spec:
2828
serviceAccountName: controller
2929
containers:
30-
- name: webhook
30+
- name: manager
3131
# This is the Go import path for the binary that is containerized
3232
# and substituted here.
33-
image: ko://github.com/vmware-labs/service-bindings/cmd/webhook
33+
image: ko://github.com/vmware-labs/service-bindings/cmd/manager
3434
resources:
3535
requests:
3636
cpu: 100m

0 commit comments

Comments
 (0)