Skip to content

Commit 529c18f

Browse files
authored
Workerv2 docs updates (#43340)
1 parent bc01248 commit 529c18f

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

docs/enterprise-setup/implementation-guide.md

+3-7
Original file line numberDiff line numberDiff line change
@@ -219,13 +219,9 @@ Follow these instructions to add the Airbyte helm repository:
219219
```yaml
220220
global:
221221
edition: enterprise
222-
223-
# Optional - enables Airbyte's second generation Workers, which allows for better back pressure and self-healing in resource constrained environments.
224-
workload-api-server:
225-
enabled: true
226-
227-
workload-launcher:
228-
enabled:
222+
# Optional - enables Airbyte's second generation Workers, which allows for better back pressure and self-healing in resource constrained environments.
223+
enterprise:
224+
workloadsOptIn: true
229225
```
230226

231227
3. To enable SSO authentication, add instance admin details [SSO auth details](/access-management/sso) to your `values.yaml` file, under `global`. See the [following guide](/access-management/sso#set-up) on how to collect this information for various IDPs, such as Okta and Azure Entra ID.

0 commit comments

Comments
 (0)