astefanutti commented on a change in pull request #2284:
URL: https://github.com/apache/camel-k/pull/2284#discussion_r649161733



##########
File path: config/rbac/kubernetes/kustomization.yaml
##########
@@ -15,22 +15,26 @@
 # limitations under the License.
 # ---------------------------------------------------------------------------
 
+#
+# rbac resources applicable for all kubernetes platforms
+#
+apiVersion: kustomize.config.k8s.io/v1beta1
+kind: Kustomization
+
 resources:
+- user-global-kamelet-viewer-role.yaml

Review comment:
       Yes, I'd propose to move these resources out of the `config` directory. 
I find it confusing to mix operator resources and operand resources. I'd 
propose to move them into the `deploy` directory, and rename this directory to 
`resources`, to avoid confusing people that this contains deployment resources.




-- 
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to