Skip to content

Commit

Permalink
fix little issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Racer159 committed Apr 16, 2024
1 parent e7facee commit 7c9f9af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions site/src/content/docs/ref/values.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Zarf `actions` can also pull values from the shell's environment when running a

:::note

All value `name`s must match the regex pattern `^[A-Z0-9_]+$` [Test](https://regex101.com/r/BG5ZqW/1)).
All value `name` fields must match the regex pattern `^[A-Z0-9_]+$` ([Test](https://regex101.com/r/BG5ZqW/1)).

:::

Expand Down Expand Up @@ -115,7 +115,7 @@ When not specifying `default`, `prompt`, `sensitive`, `autoIndent`, or `type` Za

:::

## Constants (`ZARF_CONST_`)
### Constants (`ZARF_CONST_`)

Constants are static values that are set by the `zarf package create` user and are used as a way to bake in a common value that the package creator would like to template or use within the deployment process. They are useful to centralize the setting of resources that will be baked into the package (such as image references) to have a singular place to update potentially many downstream references. They are set with a top-level `constants` key as in the below:

Expand All @@ -129,7 +129,7 @@ constants:
<Properties item="Constant" />


## Internal Values (`ZARF_`)
### Internal Values (`ZARF_`)

In addition to user supplied Variables, and Constants, Zarf maintains a list of internal variables that components can use for more advanced functionality (such as within [`init` packages](/ref/init-package)). Below are the current values Zarf supports:

Expand Down

0 comments on commit 7c9f9af

Please sign in to comment.