Skip to content

Commit 42b6477

Browse files
lshmousechenyulin0719
authored andcommitted
[YUNIKORN-2946] Fix wrong indent under of yunikornDefaults in service_config doc (#498)
Closes: #498 Signed-off-by: Yu-Lin Chen <[email protected]>
1 parent e7b3806 commit 42b6477

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/user_guide/service_config.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -402,8 +402,8 @@ yunikornDefaults:
402402
value: namespace
403403
create: true
404404
queues:
405-
- name: root
406-
submitacl: '*'
405+
- name: root
406+
submitacl: '*'
407407
```
408408

409409
### Deprecated settings
@@ -438,8 +438,8 @@ configuration: |
438438
value: namespace
439439
create: true
440440
queues:
441-
- name: root
442-
submitacl: '*'
441+
- name: root
442+
submitacl: '*'
443443
```
444444
Replacement example:
445445
```yaml
@@ -458,8 +458,8 @@ yunikornDefaults:
458458
value: namespace
459459
create: true
460460
queues:
461-
- name: root
462-
submitacl: '*'
461+
- name: root
462+
submitacl: '*'
463463
```
464464
Currently, if both the deprecated parameter and the replacement ConfigMap entry are specified, the ConfigMap entry will take precedence.
465465

0 commit comments

Comments
 (0)