Skip to content

Commit

Permalink
feat: add icon and change readme
Browse files Browse the repository at this point in the history
  • Loading branch information
philipsens committed Sep 19, 2023
1 parent e9dcf4b commit 2d24f9e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 30 deletions.
2 changes: 1 addition & 1 deletion charts/drill/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: drill
version: 1.2.1
version: 1.2.2
appVersion: 1.21.1
description: Helm Charts for deploying Apache Drill Clusters on Kubernetes
icon: https://raw.githubusercontent.com/wearefrank/charts/master/charts/drill/icon.svg
Expand Down
41 changes: 13 additions & 28 deletions charts/drill/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,31 +169,16 @@ Enable autoscaling by editing the autoscale section in `drill/values.yaml` file.

### Drill configuration

| Name | Description | Value |
| ----------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `drill.overrideConfiguration.existingConfigMap` | The name of the configmap, containing configuration files to override | `""` |
| `drill.overrideConfiguration.drill` | Multiline value for drill-override.conf | `drill.exec: {
http.enabled: true,
impersonation: {
enabled: true,
max_chained_user_hops: 3
},
security: {
auth.mechanisms: ["PLAIN"]
},
security.user.auth: {
enabled: true,
packages += "org.apache.drill.exec.rpc.user.security",
impl: "pam4j",
pam_profiles: [ "sudo", "login" ]
}
}` |
| `drill.overrideConfiguration.drillMetastore` | Multiline value for drill-metastore-override.conf | `""` |
| `drill.overrideConfiguration.drillOnYarn` | Multiline value for drill-on-yarn-override.conf | `""` |
| `drill.overrideConfiguration.drillSqlLine` | Multiline value for drill-sqlline-override.conf | `""` |
| `drill.overrideConfiguration.storagePlugins` | Multiline value for storage-plugins-override.conf Can also be configured in the Web UI and saved by persistent ZooKeeper | `""` |
| `drill.authentication.existingSecret` | Name of the secret containing a passwd file | `""` |
| `drill.authentication.users` | Users to create on the system | `[]` |
| `drill.authentication.users.name` | Username for the user | `""` |
| `drill.authentication.users.password` | Password for the user | `""` |
| `drill.authentication.users.admin` | Configures if the user should be admin | `""` |
| Name | Description | Value |
| ----------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------ | ----- |
| `drill.overrideConfiguration.existingConfigMap` | The name of the configmap, containing configuration files to override | `""` |
| `drill.overrideConfiguration.drill` | Multiline value for drill-override.conf | |
| `drill.overrideConfiguration.drillMetastore` | Multiline value for drill-metastore-override.conf | `""` |
| `drill.overrideConfiguration.drillOnYarn` | Multiline value for drill-on-yarn-override.conf | `""` |
| `drill.overrideConfiguration.drillSqlLine` | Multiline value for drill-sqlline-override.conf | `""` |
| `drill.overrideConfiguration.storagePlugins` | Multiline value for storage-plugins-override.conf Can also be configured in the Web UI and saved by persistent ZooKeeper | `""` |
| `drill.authentication.existingSecret` | Name of the secret containing a passwd file | `""` |
| `drill.authentication.users` | Users to create on the system | `[]` |
| `drill.authentication.users.name` | Username for the user | `""` |
| `drill.authentication.users.password` | Password for the user | `""` |
| `drill.authentication.users.admin` | Configures if the user should be admin | `""` |
2 changes: 1 addition & 1 deletion charts/drill/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@
},
"drill": {
"type": "string",
"description": "Multiline value for drill-override.conf",
"description": "",
"default": "drill.exec: {\n http.enabled: true,\n impersonation: {\n enabled: true,\n max_chained_user_hops: 3\n },\n security: {\n auth.mechanisms: [\"PLAIN\"]\n },\n security.user.auth: {\n enabled: true,\n packages += \"org.apache.drill.exec.rpc.user.security\",\n impl: \"pam4j\",\n pam_profiles: [ \"sudo\", \"login\" ]\n }\n}"
},
"drillMetastore": {
Expand Down

0 comments on commit 2d24f9e

Please sign in to comment.