Add README.md
This commit is contained in:
@@ -6,30 +6,23 @@ storage:
|
||||
- bucketPath: s3://test
|
||||
region: us-east-1
|
||||
awsRoleArn:
|
||||
credentialsSecretName: minio-secret
|
||||
serviceEndpoint: https://minio.example.org
|
||||
# Client secret must contain the following keys - accessKey, secretKey.
|
||||
credentialsSecretName: minio-secret
|
||||
|
||||
auth:
|
||||
enabled: true
|
||||
# TODO: It is not possible to create proper admin account. This is a workaround.
|
||||
enabled: false
|
||||
# List of users to be created in the system. Each user must contain the following keys - name, email.
|
||||
users:
|
||||
- name: admin
|
||||
email: paasup@paasup.io
|
||||
# List of users to be created in the system. Each user must contain the following keys - name, email.
|
||||
# - name: admin
|
||||
# email: test@example.com
|
||||
|
||||
provider: keycloak
|
||||
# Supported values: google, okta, keycloak, other
|
||||
# other: Use this option if you want to use a custom OAuth provider. UI does not have any built-in support for this option.
|
||||
|
||||
authorizationUrl: https://keycloak.example.org/auth/realms/paasup/protocol/openid-connect/auth
|
||||
clientSecretName: uc-sso-secret
|
||||
# Client secret must contain the following keys - clientId, clientSecret.
|
||||
# authorizationUrl: https://accounts.google.com/o/oauth2/auth
|
||||
# tokenUrl: https://oauth2.googleapis.com/token
|
||||
# clientSecretName: my-client-secret
|
||||
|
||||
# Client secret must contain the following keys - clientId, clientSecret.
|
||||
clientSecretName: uc-sso-secret
|
||||
|
||||
privateCA:
|
||||
enabled: true
|
||||
secretName: "unitycatalog-tls"
|
||||
@@ -38,7 +31,11 @@ server:
|
||||
statefulset:
|
||||
image:
|
||||
repository: paasup/unitycatalog
|
||||
tag: "0.3.0-s3"
|
||||
tag: "0.3.0-minio-2"
|
||||
resources: {}
|
||||
nodeSelector: {}
|
||||
tolerations: []
|
||||
affinity: {}
|
||||
ingress:
|
||||
enabled: true
|
||||
className: kong
|
||||
@@ -61,8 +58,9 @@ server:
|
||||
accessModes: [ "ReadWriteOnce" ]
|
||||
size: 100Mi
|
||||
storageClassName: ""
|
||||
logLevel: "DEBUG"
|
||||
# logLevel: "INFO"
|
||||
logLevel: "INFO"
|
||||
# logLevel: "DEBUG"
|
||||
|
||||
|
||||
|
||||
db:
|
||||
|
||||
Reference in New Issue
Block a user