Skip to content

Commit 976a126

Browse files
author
gentele
committed
update docs
1 parent b029d2d commit 976a126

2 files changed

Lines changed: 4 additions & 23 deletions

File tree

docs/docs/configuration/config.yaml.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ cluster:
4444
```
4545
A [.devspace/config.yaml](#) contains any public/shared configuration for running a DevSpace for the respective project. It is highly recommended to put this file under version control (e.g. git add).
4646

47+
**Note: You can easily re-configure your DevSpace by running `devspace init -r`.**
48+
4749
## devspace
4850
Defines your DevSpace including everything related to portForwarding, sync, and the release config.
4951

docs/docs/configuration/overwrite.yaml.md

Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,6 @@
22
title: /.devspace/overwrite.yaml
33
---
44

5-
This is an example of the [.devspace/overwrite.yaml](#)
5+
The [.devspace/overwrite.yaml](#) allows you to define a config that overwrites the config values defined in [.devspace/config.yaml](config.yaml.html). It has the exact same format as the [.devspace/config.yaml](config.yaml.html).
66

7-
```yaml
8-
version: v1
9-
release:
10-
name: devspace-docs
11-
namespace: devspace-docs
12-
latestBuild: "2018-08-27T17:32:42.5568625+02:00"
13-
latestImage: 10.99.117.105:5000/devspace-docs:vkY31ug8IQ
14-
registry:
15-
release:
16-
name: devspace-registry
17-
namespace: devspace-docs
18-
user:
19-
username: user-xNAsk
20-
password: tY2XpapTMUjt
21-
cluster:
22-
tillerNamespace: devspace-docs
23-
useKubeConfig: true
24-
```
25-
26-
The [.devspace/overwrite.yaml](#) is defined for every developer who wants to use a DevSpace for working on the respective project. This file should **never** be checked into a version control system. Therefore, the DevSpace CLI will automatically create a [.gitignore](#) file within [.devspace/](#) that tells git not to version this file.
27-
28-
**Note: You can easily re-configure your DevSpace by running `devspace init -r`. Therefore, changing this file manually is highly discouraged.**
7+
**Note: This file should **never** be checked into a version control system. Therefore, the DevSpace CLI will automatically create a [.gitignore](#) file within [.devspace/](#) that tells git not to version this file.**

0 commit comments

Comments
 (0)