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.