gansheer commented on code in PR #5610: URL: https://github.com/apache/camel-k/pull/5610#discussion_r1634938295
########## 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: I wonder if it is a good thing to have different default namespaces for the `descoped` (camel-k) and the `namespaced` (default) overlays. It might be confusing when we say to create the `camel-k` namespace in the documentation. -- 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