Skip to content

Commit 5d1c2bf

Browse files
authored
doc: app-name is now called appName (#44882)
1 parent f805842 commit 5d1c2bf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/enterprise-setup/implementation-guide.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -233,8 +233,8 @@ auth:
233233
secretName: airbyte-config-secrets ## Name of your Kubernetes secret.
234234
oidc:
235235
domain: ## e.g. company.example
236-
app-name: ## e.g. airbyte
237-
display-name: ## e.g. Company SSO - optional, falls back to app-name if not provided
236+
appName: ## e.g. airbyte
237+
display-name: ## e.g. Company SSO - optional, falls back to appName if not provided
238238
clientIdSecretKey: client-id
239239
clientSecretSecretKey: client-secret
240240
```
@@ -265,8 +265,8 @@ global:
265265
secretName: airbyte-config-secrets ## Name of your Kubernetes secret.
266266
oidc:
267267
domain: ## e.g. company.example
268-
app-name: ## e.g. airbyte
269-
display-name: ## e.g. Company SSO - optional, falls back to app-name if not provided
268+
appName: ## e.g. airbyte
269+
display-name: ## e.g. Company SSO - optional, falls back to appName if not provided
270270
clientIdSecretKey: client-id
271271
clientSecretSecretKey: client-secret
272272
```

0 commit comments

Comments
 (0)