mirror of
https://github.com/argoproj/argo-cd.git
synced 2026-02-20 01:28:45 +01:00
Clarify database initialization/migration section
Updated the section title and clarified the description for database initialization or migration. Signed-off-by: jcjveraa <3942301+jcjveraa@users.noreply.github.com>
This commit is contained in:
@@ -185,8 +185,8 @@ spec:
|
||||
backoffLimit: 2
|
||||
```
|
||||
|
||||
### Initialize or migrate a database before main application tries to start
|
||||
The following example runs a db migration command before the main sync operation (also in wave -1):
|
||||
### Initialize or migrate a database
|
||||
The following example runs a db initialization/migration command before the main sync operation (also in wave -1):
|
||||
```yaml
|
||||
apiVersion: batch/v1
|
||||
kind: Job
|
||||
|
||||
Reference in New Issue
Block a user