Skip to content

Commit e69cfbe

Browse files
authored
Merge pull request #2469 from lizardruss/doc-force-string
docs: add note about forcing variables to string
2 parents 27f9d48 + 7ba0ce2 commit e69cfbe

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docs/pages/configuration/variables.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ sidebar_label: ${VARIABLES}
66
import Tabs from '@theme/Tabs';
77
import TabItem from '@theme/TabItem';
88
import ConfigPartial from './_partials/v2beta1/vars.mdx'
9+
import FragmentVarsForceString from '../_partials/vars-force-string.mdx';
910

1011
DevSpace allows you to make your configuration dynamic by using variables.
1112

@@ -36,6 +37,8 @@ DevSpace lets you define custom varables inside `devspace.yaml` within the `vars
3637
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.
3738
:::
3839

40+
<FragmentVarsForceString/>
41+
3942
### With Static Value
4043
To add variables with static value, just provide the value for the respective variable:
4144
```yaml title=devspace.yaml

0 commit comments

Comments
 (0)