Skip to content

Commit 4d7891c

Browse files
authored
Merge pull request #495 from wireapp/arthurwolf-patch-1
Add missing copy of values file
2 parents 11b62ca + 504b1f9 commit 4d7891c

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

offline/docs.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,12 @@ d helm install elasticsearch-external ./charts/elasticsearch-external --values .
247247
d helm install minio-external ./charts/minio-external --values ./values/minio-external/values.yaml
248248
```
249249

250+
Also copy the values file for `databases-ephemeral` as it is required for the next step:
251+
252+
```
253+
cp values/databases-ephemeral/prod-values.example.yaml values/databases-ephemeral/values.yaml'
254+
```
255+
250256
Next, we have 4 services that need to be deployed but need no additional configuration:
251257
```
252258
d helm install fake-aws ./charts/fake-aws --values ./values/fake-aws/prod-values.example.yaml

0 commit comments

Comments
 (0)