Skip to content

Commit 331a18a

Browse files
committed
debug
1 parent c9a11a8 commit 331a18a

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

charts/airbyte/values.yaml

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,24 @@ global:
3333
imagePullSecrets: []
3434

3535
# -- Auth configuration
36-
37-
36+
auth:
37+
# -- Whether auth is enabled
38+
enabled: true
39+
# -- Admin user configuration
40+
instanceAdmin:
41+
# -- Secret name where the instanceAdmin configuration is stored
42+
namespace: "airbyte"
43+
secretName: "airbyte-config-secrets"
44+
# -- The first name of the initial user
45+
firstName: "numocity"
46+
# -- The last name of the initial user
47+
lastName: ""
48+
# -- The key within emailSecretName where the initial user's email is stored
49+
emailSecretKey: "emailSecretKey"
50+
passwordSecretKey: "passwordSecretKey" # Key within `passwordSecretName`
51+
52+
53+
3854
# -- SSO Identify Provider configuration; (requires Enterprise)
3955
#identityProvider:
4056
# # -- Secret name where the OIDC configuration is stored

0 commit comments

Comments
 (0)