This is an automated email from the ASF dual-hosted git repository.

zihaoxiang pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new 41e3ce35a7 fix: disordered comments in values.yaml (#14197)
41e3ce35a7 is described below

commit 41e3ce35a70a03e2a44f0858bc91ca2443101043
Author: Aaron Wang <[email protected]>
AuthorDate: Wed May 24 21:06:18 2023 +0800

    fix: disordered comments in values.yaml (#14197)
---
 deploy/kubernetes/dolphinscheduler/values.yaml | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/deploy/kubernetes/dolphinscheduler/values.yaml 
b/deploy/kubernetes/dolphinscheduler/values.yaml
index 6f163b589b..cc17f54055 100644
--- a/deploy/kubernetes/dolphinscheduler/values.yaml
+++ b/deploy/kubernetes/dolphinscheduler/values.yaml
@@ -429,18 +429,18 @@ alert:
   ## You can use annotations to attach arbitrary non-identifying metadata to 
objects.
   ## Clients such as tools and libraries can retrieve this metadata.
   annotations: {}
+  ## Affinity is a group of affinity scheduling rules. If specified, the pod's 
scheduling constraints.
+  ## More info: 
https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.17/#affinity-v1-core
+  affinity: {}
   ## NodeSelector is a selector which must be true for the pod to fit on a 
node.
   ## Selector which must match a node's labels for the pod to be scheduled on 
that node.
   ## More info: 
https://kubernetes.io/docs/concepts/configuration/assign-pod-node/
-  affinity: {}
-  ## Compute Resources required by this container. Cannot be updated.
-  ## More info: 
https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container
   nodeSelector: {}
   ## Tolerations are appended (excluding duplicates) to pods running with this 
RuntimeClass during admission,
   ## effectively unioning the set of nodes tolerated by the pod and the 
RuntimeClass.
   tolerations: []
-  ## Affinity is a group of affinity scheduling rules. If specified, the pod's 
scheduling constraints.
-  ## More info: 
https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.17/#affinity-v1-core
+  ## Compute Resources required by this container. Cannot be updated.
+  ## More info: 
https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container
   resources: {}
   # resources:
   #   limits:
@@ -490,18 +490,18 @@ api:
   ## You can use annotations to attach arbitrary non-identifying metadata to 
objects.
   ## Clients such as tools and libraries can retrieve this metadata.
   annotations: {}
+  ## Affinity is a group of affinity scheduling rules. If specified, the pod's 
scheduling constraints.
+  ## More info: 
https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.17/#affinity-v1-core
+  affinity: {}
   ## NodeSelector is a selector which must be true for the pod to fit on a 
node.
   ## Selector which must match a node's labels for the pod to be scheduled on 
that node.
   ## More info: 
https://kubernetes.io/docs/concepts/configuration/assign-pod-node/
-  affinity: {}
-  ## Compute Resources required by this container. Cannot be updated.
-  ## More info: 
https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container
   nodeSelector: {}
   ## Tolerations are appended (excluding duplicates) to pods running with this 
RuntimeClass during admission,
   ## effectively unioning the set of nodes tolerated by the pod and the 
RuntimeClass.
   tolerations: []
-  ## Affinity is a group of affinity scheduling rules. If specified, the pod's 
scheduling constraints.
-  ## More info: 
https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.17/#affinity-v1-core
+  ## Compute Resources required by this container. Cannot be updated.
+  ## More info: 
https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container
   resources: {}
   # resources:
   #   limits:

Reply via email to