Skip to content

Commit

Permalink
[YUNIKORN-2946] Fix wrong indent under of yunikornDefaults in service…
Browse files Browse the repository at this point in the history
…_config doc (#498)

Closes: #498

Signed-off-by: Yu-Lin Chen <[email protected]>
  • Loading branch information
lshmouse authored and chenyulin0719 committed Nov 13, 2024
1 parent e7b3806 commit 42b6477
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/user_guide/service_config.md
Original file line number Diff line number Diff line change
Expand Up @@ -402,8 +402,8 @@ yunikornDefaults:
value: namespace
create: true
queues:
- name: root
submitacl: '*'
- name: root
submitacl: '*'
```

### Deprecated settings
Expand Down Expand Up @@ -438,8 +438,8 @@ configuration: |
value: namespace
create: true
queues:
- name: root
submitacl: '*'
- name: root
submitacl: '*'
```
Replacement example:
```yaml
Expand All @@ -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.

Expand Down

0 comments on commit 42b6477

Please sign in to comment.