forked from eclipse-tractusx/digital-product-pass
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Document prerequisites with versions and TL;DR to run digital-product…
…-pass helm chart
- Loading branch information
1 parent
313356d
commit e450bdd
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Digital Product Passport Helm Chart | ||
|
||
This helm release contains two helm deployments: digital product pass consumer frontend and backend with their default values. | ||
|
||
## Prerequisites: | ||
|
||
- Kubernetes 1.24+ | ||
- Helm 3.9.0+ | ||
|
||
## TL;DR | ||
```bash | ||
# Install a new helm release | ||
helm install digital-product-passport ./charts/digital-product-passport --values=values.yaml | ||
|
||
# Listing helm releases | ||
helm list | ||
|
||
# Uninstall helm chart | ||
helm uninstall digital-product-passport | ||
``` |