Skip to content

Commit 78e0f0f

Browse files
author
CryptPad Helm Actions
committed
docs: generate chart documentation
Signed-off-by: CryptPad Helm Actions <cryptpad-helm-actions@users.noreply.github.com>
1 parent 3a13644 commit 78e0f0f

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

charts/cryptpad/README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -55,23 +55,23 @@ application_config:
5555
| autoscaling.targetCPUUtilizationPercentage | int | `80` | Percentage of the targeted CPU Utilization |
5656
| autoscaling.targetMemoryUtilizationPercentage | int | `80` | Percentage of the targeted Memory Utilization |
5757
| config.adminKeys | list | `[]` | Public signing key of users to give admin panel access |
58-
| config.archivePath | string | `"./data/archive"` | Directory to archive data for a configurable period before deleting it. |
59-
| config.blobPath | string | `"./blob"` | Directory to store encrypted files that was uploaded. |
60-
| config.blobStagingPath | string | `"./data/blobstage"` | Directory to store incomplete blobs in a 'staging' area until they are fully uploaded. |
61-
| config.blockPath | string | `"./block"` | Directory to store authenticated blocks. |
58+
| config.archivePath | string | `"./data/archive"` | Directory to archive data for a configurable period before deleting it. |
59+
| config.blobPath | string | `"./blob"` | Directory to store encrypted files that was uploaded. |
60+
| config.blobStagingPath | string | `"./data/blobstage"` | Directory to store incomplete blobs in a 'staging' area until they are fully uploaded. |
61+
| config.blockPath | string | `"./block"` | Directory to store authenticated blocks. |
6262
| config.decreePath | string | `"./data/decrees"` | TODO |
63-
| config.filePath | string | `"./datastore/"` | Directory where files/documents should be stored. |
63+
| config.filePath | string | `"./datastore/"` | Directory where files/documents should be stored. |
6464
| config.httpAddress | string | `"0.0.0.0"` | httpAddress specifies the address on which the nodejs server should be accessible. |
6565
| config.installMethod | string | `"helm-docker"` | |
66-
| config.logFeedback | bool | `false` | Enable feedback log, but requires feedback on log level to work. |
67-
| config.logLevel | string | `"info"` | Change log level from this list below by order of importance: (silly, verbose, debug, feedback, info, warn, error). |
68-
| config.logPath | string | `"./data/logs"` | Directory to store logging events. |
66+
| config.logFeedback | bool | `false` | Enable feedback log, but requires feedback on log level to work. |
67+
| config.logLevel | string | `"info"` | Change log level from this list below by order of importance: (silly, verbose, debug, feedback, info, warn, error). |
68+
| config.logPath | string | `"./data/logs"` | Directory to store logging events. |
6969
| config.logToStdout | bool | `false` | Log activity to stdout, this may be useful for debugging |
70-
| config.pinPath | string | `"./data/pins"` | Directory to store documents that was pinned to to be stored by the server indefinitely. |
71-
| config.taskPath | string | `"./data/tasks"` | Directory to store a list of scheduled tasks. |
70+
| config.pinPath | string | `"./data/pins"` | Directory to store documents that was pinned to to be stored by the server indefinitely. |
71+
| config.taskPath | string | `"./data/tasks"` | Directory to store a list of scheduled tasks. |
7272
| config.verbose | bool | `false` | Enable verbose logging |
7373
| cpadConfig | string | `"/cryptpad/config/config.js"` | File to mount for the CPAD Configuration (`CPAD_CONF`) |
74-
| enableEmbedding | bool | `false` | Allow documents and media be embedded on other websites. This will add an "Embed" option on the Share menu. |
74+
| enableEmbedding | bool | `false` | Allow documents and media be embedded on other websites. This will add an "Embed" option on the Share menu. |
7575
| fullnameOverride | string | `""` | |
7676
| image.pullPolicy | string | `"IfNotPresent"` | |
7777
| image.repository | string | `"cryptpad/cryptpad"` | |

0 commit comments

Comments
 (0)