Merge pull request #26295 from jcjveraa/patch-2

docs: Add database initialization instructions example-header
This commit is contained in:
Papapetrou Patroklos
2026-02-18 15:48:14 +02:00
committed by GitHub

View File

@@ -185,7 +185,8 @@ spec:
backoffLimit: 2
```
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