This commit is contained in:
Robert Schäfer 2019-05-29 15:01:56 +02:00
parent 5622b1aa30
commit 95fe115198

View File

@ -56,7 +56,7 @@ Deploy one-time maintenance-worker pod:
```bash
# in deployment/legacy-migration/
$ kubectl apply -f db-migration-worker.yaml
$ kubectl apply -f maintenance-worker.yaml
pod/nitro-maintenance-worker created
```