You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pc...@apache.org on 2023/04/26 08:51:25 UTC

[camel-k] 09/18: fix(install): add kameletbinding for kustomize

This is an automated email from the ASF dual-hosted git repository.

pcongiusti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit ae40de40085a03ef9945d694bc55c1be3c51e204
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Fri Mar 31 12:03:46 2023 +0200

    fix(install): add kameletbinding for kustomize
---
 PROJECT | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/PROJECT b/PROJECT
index fc4169d99..bea680d41 100644
--- a/PROJECT
+++ b/PROJECT
@@ -24,6 +24,9 @@ resources:
 - group: camel
   kind: Kamelet
   version: v1
+- group: camel
+  kind: KameletBinding
+  version: v1alpha1
 version: "3"
 plugins:
   go.sdk.operatorframework.io/v2-alpha: {}