Provisioning: update readme to skip migrations (#110561)

This commit is contained in:
Stephanie Hingtgen
2025-09-03 21:09:44 +00:00
committed by GitHub
parent 3d2cef5f07
commit 4527530cd2
+3
View File
@@ -52,6 +52,9 @@ This binary currently wires informers and emits job-create notifications. In the
2. Ensure the following services are running locally: provisioning API server, secrets service API server, repository controller, unified storage, and auth.
3. Create a operator.ini file:
```
[database]
ensure_default_org_and_user = false
skip_migrations = true
[operator]
provisioning_server_url = https://localhost:6446
tls_insecure = true