From f74b00f597aaf89ef4830138a29424d51e6e869c Mon Sep 17 00:00:00 2001 From: unclegedd Date: Mon, 10 Jun 2024 09:18:19 -0500 Subject: [PATCH] docs correction --- docs/overrides.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/overrides.md b/docs/overrides.md index aedc95dc..9aaf0e1b 100644 --- a/docs/overrides.md +++ b/docs/overrides.md @@ -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: @@ -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: