Skip to content

Commit 466dca8

Browse files
committed
feat(ocm): add KCP operator to component constructor
• Integrates KCP operator with configurable version
1 parent 6a9a18b commit 466dca8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

constructor/component-constructor.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,3 +101,6 @@ components:
101101
- name: istio-gateway
102102
componentName: github.com/istio/istio/gateway
103103
version: {{ .ISTIO_VERSION }}
104+
- name: kcp-operator
105+
componentName: github.com/kcp-dev/kcp-operator
106+
version: {{ .KCP_OPERATOR_VERSION }}

0 commit comments

Comments
 (0)