zhaohehuhu commented on code in PR #3009: URL: https://github.com/apache/celeborn/pull/3009#discussion_r1893519362
########## 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: The UT may be failed if so. Let me try it again. -- 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]
