excalidraw

excalidraw Helm Chart

Version: 0.1.0 Artifact Hub

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 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 for command documentation.

Upgrading Chart

helm upgrade [RELEASE_NAME] [CHART] --install

See 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