This chart creates the volumes to store the data persisted by PostgresSQL and MongoDB. It’s not included in the dbos-infra chart to keep the persisted data even if the dbos-infra chart is uninstalled.
Parameter | Description | Default value |
---|---|---|
mongo.enabled | True if MongoDB is installed with dbos-infra | true |
postgres.enabled | True if PostGresSQL is installed with dbos-infra | true |
Use the command:
helm install dbos-volumes ./dbos-volumes -f values.yaml
Or
helm install dbos-volumes decisionbrain/dbos-volumes --version 3.4.1 -f values.yaml
If you added the DecisionBrain Helm registry
Use the command:
helm upgrade dbos-volumes ./dbos-volumes -f values.yaml
Or
helm upgrade dbos-volumes decisionbrain/dbos-volumes --version 3.4.1 -f values.yaml
If you added the DecisionBrain Helm registry