pan3793 commented on code in PR #3196:
URL: https://github.com/apache/celeborn/pull/3196#discussion_r2024113495


##########
charts/celeborn/values.yaml:
##########
@@ -186,10 +186,17 @@ priorityClass:
     # -- Specifies the integer value of this priority class, default is 
Celeborn master value minus 1000
     value: 999999000
 
-# -- Pod annotations
-podAnnotations: {}
-# key1: value1
-# key2: value2
+master:
+  # -- Pod annotations for Celeborn master pods.
+  annotations:

Review Comment:
   @ChenYi015 seems in other places we put master/worker as a sub-namespace of 
<kind>, for example:
   ```
   priorityClass:
     master:
       ...
     worker:
       ...
   ```
   



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