We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adf44af commit ee67388Copy full SHA for ee67388
1 file changed
docs/docs/configuration/config.yaml.md
@@ -2,7 +2,18 @@
2
title: /.devspace/config.yaml
3
---
4
5
-This is an example of a [.devspace/config.yaml](#)
+This is a basic example of a .devspace/config.yaml. For a complete annotated version use the one below.
6
+```yaml
7
+version: v1alpha1
8
+cluster:
9
+ # Use the free devspace-cloud to deploy the application
10
+ cloudProvider: devspace-cloud
11
+# Options regarding the devspace
12
+devSpace:
13
+
14
+```
15
16
+This is a complete annoted example of a [.devspace/config.yaml](#)
17
```yaml
18
# Devspace version, currently is always v1
19
version: v1
0 commit comments