Skip to content

Commit 13f9dab

Browse files
committed
doc: document unsupported config expressions
1 parent a0347ec commit 13f9dab

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/pages/configuration/expressions.mdx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,17 @@ Expressions are run in a golang shell that is syntax compatible to a regular POS
129129
Variables are resolved before and after applying expressions, which means that you can load a section from file within an expression that contains a variable which will still be resolved afterwards.
130130
:::
131131

132+
:::warning Unsupported Config Expressions
133+
Expressions are not supported in these configuration properties:
134+
- `vars`
135+
- `profiles[*].name`
136+
- `profiles[*].parent`
137+
- `profiles[*].parents`
138+
- `profiles[*].activations`
139+
- `profiles[*].patches[*].op`
140+
- `profiles[*].patches[*].path`
141+
:::
142+
132143
### Testing Config Expressions
133144

134145
The command `devspace print` can be used to test your config expressions and shows the config after all profiles, variables and expressions were applied.

0 commit comments

Comments
 (0)