You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "squakez (via GitHub)" <gi...@apache.org> on 2023/08/01 06:56:01 UTC

[GitHub] [camel-k] squakez commented on a diff in pull request #4630: Fix missing role in helm chart

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


##########
helm/camel-k/templates/operator-role.yaml:
##########
@@ -167,6 +174,13 @@ rules:
   - patch
   - update
   - watch
+- apiGroups:

Review Comment:
   Why is this required?



##########
helm/camel-k/templates/operator-role.yaml:
##########
@@ -92,6 +97,7 @@ rules:
   - ""
   resources:
   - pods/proxy
+  - pods/log

Review Comment:
   Why is this required?



##########
helm/camel-k/templates/operator-role.yaml:
##########
@@ -111,6 +117,7 @@ rules:
   resources:
   - roles
   - rolebindings
+  - clusterrolebindings

Review Comment:
   Why is this required?



-- 
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-unsubscribe@camel.apache.org

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