Skip to content

Commit 8a76043

Browse files
authored
fix bundle build (#299)
1 parent 68c8501 commit 8a76043

5 files changed

Lines changed: 5 additions & 1 deletion

File tree

config/crd/patches/webhook_in_functionmeshes.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ spec:
1515
namespace: system
1616
name: webhook-service
1717
path: /convert
18+
port: 443 # added this, used 443 bc it's the default from the k8s docs

config/crd/patches/webhook_in_functions.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ spec:
1515
namespace: system
1616
name: webhook-service
1717
path: /convert
18+
port: 443 # added this, used 443 bc it's the default from the k8s docs

config/crd/patches/webhook_in_sinks.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ spec:
1515
namespace: system
1616
name: webhook-service
1717
path: /convert
18+
port: 443 # added this, used 443 bc it's the default from the k8s docs

config/crd/patches/webhook_in_sources.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ spec:
1515
namespace: system
1616
name: webhook-service
1717
path: /convert
18+
port: 443 # added this, used 443 bc it's the default from the k8s docs

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ kind: Kustomization
55
images:
66
- name: controller
77
newName: streamnative/function-mesh-operator
8-
newTag: v0.1.7
8+
newTag: v0.1.9-rc1

0 commit comments

Comments
 (0)