squakez commented on code in PR #5610:
URL: https://github.com/apache/camel-k/pull/5610#discussion_r1635083666


##########
install/overlays/kubernetes/namespaced/kustomization.yaml:
##########
@@ -14,17 +14,21 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 # ---------------------------------------------------------------------------
-
 apiVersion: kustomize.config.k8s.io/v1beta1
 kind: Kustomization
 
-#
-# * patch-integration-platform.yaml
-# customizes the integration platform custom resource
-# Edit the patch manually to add required configuration
-#
 resources:
-- ../config/samples/bases/camel_v1_integrationplatform.yaml
+- ../../../base
+- ../../../base/config/rbac/namespaced
+
+namespace: default

Review Comment:
   The goal is to have a clear differentiation between a global operator and a 
namespaced one. The global will have its own namespace and later, when the user 
run an Integration it goes by default to the default namespace. In a namespaced 
installation (which we need to figure out if makes sense to keep supporting) we 
install in the default namespace by default when the user install in that way.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to