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

chenyulin0719 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/yunikorn-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 42b6477463 [YUNIKORN-2946] Fix wrong indent under of yunikornDefaults 
in service_config doc (#498)
42b6477463 is described below

commit 42b64774631eef3c58c76e6f2c9fee54a3872e2c
Author: Shaohui Liu <[email protected]>
AuthorDate: Thu Nov 14 02:36:32 2024 +0800

    [YUNIKORN-2946] Fix wrong indent under of yunikornDefaults in 
service_config doc (#498)
    
    Closes: #498
    
    Signed-off-by: Yu-Lin Chen <[email protected]>
---
 docs/user_guide/service_config.md | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/docs/user_guide/service_config.md 
b/docs/user_guide/service_config.md
index 8e58ad0bbe..7d0f813e1f 100644
--- a/docs/user_guide/service_config.md
+++ b/docs/user_guide/service_config.md
@@ -402,8 +402,8 @@ yunikornDefaults:
               value: namespace
               create: true
           queues:
-        - name: root
-          submitacl: '*'
+          - name: root
+            submitacl: '*'
 ```
 
 ### Deprecated settings
@@ -438,8 +438,8 @@ configuration: |
           value: namespace
           create: true
       queues:
-    - name: root
-      submitacl: '*'
+      - name: root
+        submitacl: '*'
 ```
 Replacement example:
 ```yaml
@@ -458,8 +458,8 @@ yunikornDefaults:
             value: namespace
             create: true
         queues:
-      - name: root
-        submitacl: '*'
+        - name: root
+          submitacl: '*'
 ```
 Currently, if both the deprecated parameter and the replacement ConfigMap 
entry are specified, the ConfigMap entry will take precedence.
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to