Skip to content

Commit

Permalink
docs correction
Browse files Browse the repository at this point in the history
  • Loading branch information
UncleGedd committed Jun 10, 2024
1 parent c5b85e6 commit f74b00f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions docs/overrides.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ The `value` is the value to set at the `path`. Values can be simple values such
```

#### Bundle Variables as Values
Bundle and Zarf variables can be used to set override values and be override variable defaults using the syntax `${...}`. For example:
Bundle and Zarf variables can be used to set override values by using the syntax `${...}`. For example:
```yaml
# uds-config.yaml
variables:
Expand Down Expand Up @@ -216,10 +216,6 @@ packages:
path: "ui.color"
description: "Set the color for podinfo's UI"
default: "purple"
- name: UI_MSG
path: "podinfo.ui.message"
description: "Set the message for podinfo's UI"
default: ${UI_MSG} # templating also works for variable defaults!
```

There are 3 ways to override the `UI_COLOR` variable:
Expand Down

0 comments on commit f74b00f

Please sign in to comment.