Using YAML
If you prefer to not use Helm, you can generate YAMLs from KubeStash chart and deploy using kubectl. Here we are going to show the procedure using Helm 3.
$ helm template kubestash oci://ghcr.io/appscode-charts/kubestash \
--version v2026.5.18-rc.0 \
--namespace stash --create-namespace \
--set-file global.license=/path/to/the/license.txt | kubectl apply -f -
To see the detailed configuration options, visit here.
Next: verify the installation.






