-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from datalayer/docs/maintainer-url
docs: add maintainer url
- Loading branch information
Showing
18 changed files
with
35 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,3 +10,4 @@ icon: https://assets.datalayer.tech/datalayer-square.png | |
maintainers: | ||
- name: Datalayer | ||
email: [email protected] | ||
url: https://datalayer.io |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ Datalayer IAM | |
|
||
| Name | Email | Url | | ||
| ---- | ------ | --- | | ||
| Datalayer | <[email protected]> | | | ||
| Datalayer | <[email protected]> | <https://datalayer.io> | | ||
|
||
## Source Code | ||
|
||
|
@@ -20,6 +20,9 @@ Datalayer IAM | |
|
||
| Key | Type | Default | Description | | ||
|-----|------|---------|-------------| | ||
| iam.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms[0].matchExpressions[0].key | string | `"role.datalayer.io/api"` | | | ||
| iam.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms[0].matchExpressions[0].operator | string | `"In"` | | | ||
| iam.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms[0].matchExpressions[0].values[0] | string | `"true"` | | | ||
| iam.certificateIssuer | string | `"letsencrypt"` | | | ||
| iam.clusterType | string | `"any"` | | | ||
| iam.env.DATALAYER_AUTHZ_ENGINE | string | `"openfga"` | | | ||
|
@@ -35,7 +38,6 @@ Datalayer IAM | |
| iam.env.DATALAYER_JWT_SECRET | string | `""` | | | ||
| iam.env.DATALAYER_JWT_SKIP_3RD_TOKEN_SIGNATURE_VERIFICATION | string | `"false"` | | | ||
| iam.env.DATALAYER_OPENFGA_AUTHZ_MODEL_ID | string | `""` | | | ||
| iam.env.DATALAYER_OPENFGA_AUTHZ_MODEL_ID | string | `""` | | | ||
| iam.env.DATALAYER_OPENFGA_REST_URL | string | `"http://datalayer-openfga.datalayer-openfga.svc.cluster.local:8080"` | | | ||
| iam.env.DATALAYER_OPENFGA_STORE_ID | string | `""` | | | ||
| iam.env.DATALAYER_PUB_SUB_ENGINE | string | `"pulsar"` | | | ||
|
@@ -53,6 +55,10 @@ Datalayer IAM | |
| iam.env.DATALAYER_STRIPE_PRODUCT_ID | string | `""` | | | ||
| iam.env.DATALAYER_STRIPE_WEBHOOK_SECRET | string | `""` | | | ||
| iam.env.DATALAYER_SUPPORT_EMAIL | string | `""` | | | ||
| iam.envValueFrom.DATALAYER_SOLR_PASSWORD.secretKeyRef.key | string | `"password"` | | | ||
| iam.envValueFrom.DATALAYER_SOLR_PASSWORD.secretKeyRef.name | string | `"solr-basic-auth"` | | | ||
| iam.envValueFrom.DATALAYER_SOLR_USERNAME.secretKeyRef.key | string | `"username"` | | | ||
| iam.envValueFrom.DATALAYER_SOLR_USERNAME.secretKeyRef.name | string | `"solr-basic-auth"` | | | ||
| iam.image | string | `"datalayer/iam:0.1.1"` | | | ||
| iam.imagePullPolicy | string | `"Always"` | | | ||
| iam.ingressClass | string | `"datalayer-traefik"` | | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,3 +10,4 @@ icon: https://assets.datalayer.tech/datalayer-square.png | |
maintainers: | ||
- name: Datalayer | ||
email: [email protected] | ||
url: https://datalayer.io |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ Datalayer Jump | |
|
||
| Name | Email | Url | | ||
| ---- | ------ | --- | | ||
| Datalayer | <[email protected]> | | | ||
| Datalayer | <[email protected]> | <https://datalayer.io> | | ||
|
||
## Source Code | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,3 +10,4 @@ icon: https://assets.datalayer.tech/datalayer-square.png | |
maintainers: | ||
- name: Datalayer | ||
email: [email protected] | ||
url: https://datalayer.io |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ Datalayer Jupyter | |
|
||
| Name | Email | Url | | ||
| ---- | ------ | --- | | ||
| Datalayer | <[email protected]> | | | ||
| Datalayer | <[email protected]> | <https://datalayer.io> | | ||
|
||
## Source Code | ||
|
||
|
@@ -20,6 +20,9 @@ Datalayer Jupyter | |
|
||
| Key | Type | Default | Description | | ||
|-----|------|---------|-------------| | ||
| jupyter.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms[0].matchExpressions[0].key | string | `"role.datalayer.io/api"` | | | ||
| jupyter.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms[0].matchExpressions[0].operator | string | `"In"` | | | ||
| jupyter.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms[0].matchExpressions[0].values[0] | string | `"true"` | | | ||
| jupyter.certificateIssuer | string | `"letsencrypt"` | | | ||
| jupyter.clusterType | string | `"any"` | | | ||
| jupyter.env.DATALAYER_AUTHZ_ENGINE | string | `""` | | | ||
|
@@ -34,6 +37,10 @@ Datalayer Jupyter | |
| jupyter.env.DATALAYER_RUNTIME_ENV | string | `"prod"` | | | ||
| jupyter.env.DATALAYER_RUN_HOST | string | `""` | | | ||
| jupyter.env.DATALAYER_SOLR_ZK_HOST | string | `"solr-datalayer-solrcloud-zookeeper-headless.datalayer-solr.svc.cluster.local"` | | | ||
| jupyter.envValueFrom.DATALAYER_SOLR_PASSWORD.secretKeyRef.key | string | `"password"` | | | ||
| jupyter.envValueFrom.DATALAYER_SOLR_PASSWORD.secretKeyRef.name | string | `"solr-basic-auth"` | | | ||
| jupyter.envValueFrom.DATALAYER_SOLR_USERNAME.secretKeyRef.key | string | `"username"` | | | ||
| jupyter.envValueFrom.DATALAYER_SOLR_USERNAME.secretKeyRef.name | string | `"solr-basic-auth"` | | | ||
| jupyter.image | string | `"datalayer/jupyter:0.1.1"` | | | ||
| jupyter.imagePullPolicy | string | `"Always"` | | | ||
| jupyter.ingressClass | string | `"datalayer-traefik"` | | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,3 +10,4 @@ icon: https://assets.datalayer.tech/datalayer-square.png | |
maintainers: | ||
- name: Datalayer | ||
email: [email protected] | ||
url: https://datalayer.io |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ Datalayer Library | |
|
||
| Name | Email | Url | | ||
| ---- | ------ | --- | | ||
| Datalayer | <[email protected]> | | | ||
| Datalayer | <[email protected]> | <https://datalayer.io> | | ||
|
||
## Source Code | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,3 +10,4 @@ icon: https://assets.datalayer.tech/datalayer-square.png | |
maintainers: | ||
- name: Datalayer | ||
email: [email protected] | ||
url: https://datalayer.io |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ Datalayer Operator | |
|
||
| Name | Email | Url | | ||
| ---- | ------ | --- | | ||
| Datalayer | <[email protected]> | | | ||
| Datalayer | <[email protected]> | <https://datalayer.io> | | ||
|
||
## Source Code | ||
|
||
|
@@ -20,6 +20,9 @@ Datalayer Operator | |
|
||
| Key | Type | Default | Description | | ||
|-----|------|---------|-------------| | ||
| operator.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms[0].matchExpressions[0].key | string | `"role.datalayer.io/api"` | | | ||
| operator.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms[0].matchExpressions[0].operator | string | `"In"` | | | ||
| operator.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms[0].matchExpressions[0].values[0] | string | `"true"` | | | ||
| operator.crds | bool | `true` | | | ||
| operator.env.AWS_ACCESS_KEY_ID | string | `""` | | | ||
| operator.env.AWS_DEFAULT_REGION | string | `""` | | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,3 +10,4 @@ icon: https://assets.datalayer.tech/datalayer-square.png | |
maintainers: | ||
- name: Datalayer | ||
email: [email protected] | ||
url: https://datalayer.io |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ Datalayer Spacer | |
|
||
| Name | Email | Url | | ||
| ---- | ------ | --- | | ||
| Datalayer | <[email protected]> | | | ||
| Datalayer | <[email protected]> | <https://datalayer.io> | | ||
|
||
## Source Code | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,3 +10,4 @@ keywords: | |
maintainers: | ||
- name: Datalayer | ||
email: [email protected] | ||
url: https://datalayer.io |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ Datalaeyr Simple Helm Chart Example | |
|
||
| Name | Email | Url | | ||
| ---- | ------ | --- | | ||
| Datalayer | <[email protected]> | | | ||
| Datalayer | <[email protected]> | <https://datalayer.io> | | ||
|
||
## Values | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,3 +10,4 @@ icon: https://assets.datalayer.tech/datalayer-square.png | |
maintainers: | ||
- name: Datalayer | ||
email: [email protected] | ||
url: https://datalayer.io |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ Jupyter Server | |
|
||
| Name | Email | Url | | ||
| ---- | ------ | --- | | ||
| Datalayer | <[email protected]> | | | ||
| Datalayer | <[email protected]> | <https://datalayer.io> | | ||
|
||
## Source Code | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,3 +10,4 @@ icon: https://assets.datalayer.tech/datalayer-square.png | |
maintainers: | ||
- name: Datalayer | ||
email: [email protected] | ||
url: https://datalayer.io |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ Jupyterpool | |
|
||
| Name | Email | Url | | ||
| ---- | ------ | --- | | ||
| Datalayer | <[email protected]> | | | ||
| Datalayer | <[email protected]> | <https://datalayer.io> | | ||
|
||
## Source Code | ||
|
||
|