blob: 94ff1cad8e684f9d616f17653a8c3410ef4591d2 [file] [log] [blame] [view]
# excalidraw Helm Chart
![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square)
[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/excalidraw)](https://artifacthub.io/packages/search?repo=excalidraw)
From https://github.com/excalidraw/excalidraw:
> An open source virtual hand-drawn style whiteboard. Collaborative and end-to-end encrypted.
## Get Repo Info
helm repo add my-excalidraw https://pmoscode-helm.github.io/excalidraw/
helm repo update
## Install chart
helm install [RELEASE_NAME] my-excalidraw/excalidraw
The command deploys excalidraw on the Kubernetes cluster in the default configuration.
See configuration below.
See [helm install](https://helm.sh/docs/helm/helm_install/) for command documentation.
## Uninstall Chart
helm uninstall [RELEASE_NAME]
This removes all the Kubernetes components associated with the chart and deletes the release.
See [helm uninstall](https://helm.sh/docs/helm/helm_uninstall/) for command documentation.
## Upgrading Chart
helm upgrade [RELEASE_NAME] [CHART] --install
See [helm upgrade](https://helm.sh/docs/helm/helm_upgrade/) for command documentation.
## Values
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| affinity | object | `{}` | |
| fullnameOverride | string | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"excalidraw/excalidraw"` | |
| image.tag | string | `"latest"` | |
| imagePullSecrets | list | `[]` | |
| ingress.annotations | object | `{}` | |
| ingress.className | string | `""` | |
| ingress.enabled | bool | `false` | |
| ingress.hosts[0].host | string | `"chart-example.local"` | |
| ingress.hosts[0].paths[0].path | string | `"/"` | |
| ingress.hosts[0].paths[0].pathType | string | `"ImplementationSpecific"` | |
| ingress.tls | list | `[]` | |
| nameOverride | string | `""` | |
| nodeSelector | object | `{}` | |
| podAnnotations | object | `{}` | |
| podSecurityContext | object | `{}` | |
| replicaCount | int | `1` | |
| resources | object | `{}` | |
| securityContext | object | `{}` | |
| service.port | int | `80` | |
| service.type | string | `"ClusterIP"` | |
| serviceAccount.annotations | object | `{}` | |
| serviceAccount.create | bool | `true` | |
| serviceAccount.name | string | `""` | |
| tolerations | list | `[]` | |
## Maintainers
| Name | Email | Url |
| ---- | ------ | --- |
| pmoscode | <info@pmoscode.de> | <https://pmoscode.de> |