gansheer commented on code in PR #5610: URL: https://github.com/apache/camel-k/pull/5610#discussion_r1635107367
########## 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 see the idea, it might be a good idea to add some documentation on this or explain that the commands given in the documentation is oriented for `descoped` installation. -- 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