Sfoglia il codice sorgente

fix: disordered comments in values.yaml (#14197)

Aaron Wang 1 anno fa
parent
commit
41e3ce35a7
1 ha cambiato i file con 10 aggiunte e 10 eliminazioni
  1. 10 10
      deploy/kubernetes/dolphinscheduler/values.yaml

+ 10 - 10
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: