We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 27f9d48 + 7ba0ce2 commit e69cfbeCopy full SHA for e69cfbe
1 file changed
docs/pages/configuration/variables.mdx
@@ -6,6 +6,7 @@ sidebar_label: ${VARIABLES}
6
import Tabs from '@theme/Tabs';
7
import TabItem from '@theme/TabItem';
8
import ConfigPartial from './_partials/v2beta1/vars.mdx'
9
+import FragmentVarsForceString from '../_partials/vars-force-string.mdx';
10
11
DevSpace allows you to make your configuration dynamic by using variables.
12
@@ -36,6 +37,8 @@ DevSpace lets you define custom varables inside `devspace.yaml` within the `vars
36
37
You can define several types of variables in the same config file, e.g. one `devspace.yaml` can contain static variables, env variables and more.
38
:::
39
40
+<FragmentVarsForceString/>
41
+
42
### With Static Value
43
To add variables with static value, just provide the value for the respective variable:
44
```yaml title=devspace.yaml
0 commit comments