FMX commented on code in PR #3009:
URL: https://github.com/apache/celeborn/pull/3009#discussion_r1893508778


##########
charts/celeborn/ci/values.yaml:
##########
@@ -140,3 +140,12 @@ serviceAccount:
   create: false
   # -- Specifies the name of the service account
   name: default
+
+rbac:
+  create: false
+  roleName: default
+  roleBindingName: default
+  rules:
+    - apiGroups: [""]
+      resources: ["pods"]
+      verbs: ["create", "list", "delete"]

Review Comment:
   A file should end with an empty line



-- 
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: [email protected]

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

Reply via email to