Skip to content

Commit

Permalink
Merge pull request #101 from bbalakriz/patch-2
Browse files Browse the repository at this point in the history
Fixing the YAML indentation for labels
  • Loading branch information
rcarrata authored Sep 4, 2024
2 parents 91619db + 6423978 commit b8ba680
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/odh-rhoai/model-serving-type-modification.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The behavior is controlled by a simple label in the **Namespace** definition of
- When this label is set to `true`, so like this:

```yaml
labels:
labels:
modelmesh-enabled: 'true'
```
Expand All @@ -32,7 +32,7 @@ The behavior is controlled by a simple label in the **Namespace** definition of
- When this label is set to `false` (or whatever value other than true to be honest, you can try 😉), like this:

```yaml
labels:
labels:
modelmesh-enabled: 'false'
```

Expand Down

0 comments on commit b8ba680

Please sign in to comment.