βΈοΈ Start with Helm Chart
π Getting Started with Helm Chartβ
π Credentials
The default credentials to sign in are:
- Username: admin
- Password: admin
π¦ Installing from Registryβ
-
Add OTWLD repository
helm repo add otwld https://helm.otwld.com/
-
Update repository
helm repo update
-
(Optional) Create a configuration file to override or extend default values.yaml
OptionalYou can use the default values.yaml provided in the chart.
Environment VariablesYou can add environment variables in the values.yaml
env: []
envFrom: [] -
Create a namespace
kubectl create namespace velero-ui
-
Install the chart
helm install velero-ui otwld/velero-ui --namespace velero-ui