AppManager: Add Excalidraw
Change-Id: I053676e18773e8dec452c54bda350cdc978ae0ca
diff --git a/charts/excalidraw/README.md b/charts/excalidraw/README.md
new file mode 100644
index 0000000..94ff1ca
--- /dev/null
+++ b/charts/excalidraw/README.md
@@ -0,0 +1,72 @@
+# excalidraw Helm Chart
+
+[](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> |