aboutsummaryrefslogtreecommitdiffstats
path: root/moon_forming/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'moon_forming/README.md')
-rw-r--r--moon_forming/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/moon_forming/README.md b/moon_forming/README.md
index d71805cb..cc08f676 100644
--- a/moon_forming/README.md
+++ b/moon_forming/README.md
@@ -35,8 +35,8 @@ If you want to use your own database server, change the configuration:
Then you have to rebuild the database before using it.
This can be done with the following commands:
```bash
-kubectl delete -f $MOON/tools/moon_kubernetes/templates/moon_configuration.yaml
-kubectl create -f $MOON/tools/moon_kubernetes/templates/moon_configuration.yaml
+kubectl delete -f $MOON_HOME/tools/moon_kubernetes/templates/moon_forming.yaml
+kubectl create -f $MOON_HOME/tools/moon_kubernetes/templates/moon_forming.yaml
```