We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 11b62ca + 504b1f9 commit 4d7891cCopy full SHA for 4d7891c
1 file changed
offline/docs.md
@@ -247,6 +247,12 @@ d helm install elasticsearch-external ./charts/elasticsearch-external --values .
247
d helm install minio-external ./charts/minio-external --values ./values/minio-external/values.yaml
248
```
249
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
256
Next, we have 4 services that need to be deployed but need no additional configuration:
257
258
d helm install fake-aws ./charts/fake-aws --values ./values/fake-aws/prod-values.example.yaml
0 commit comments