Chart installation
Chart installation
Prerequisites
See https://docs.dreeve.app/#/getting-started/prerequisites
Required values
Create values.yaml file.
# Used to sign the admin session cookie. Set it to any long random string.
appSecret: ""
admin:
username: "admin"
passwordHash: ""Admin Password Hash
Generate with htpasswd
htpasswd -bnBC 12 "" my-secure-password | cut -d : -f 2or see: https://docs.dreeve.app/#/getting-started/installation?id=admin-password
Install
helm install -n default my-dreeve -f values.yaml \
oci://ghcr.io/christian-vdz/helm-charts/dreeve --version 1.0.0Last updated on