Skip to content

Commit

Permalink
Document prerequisites with versions and TL;DR to run digital-product…
Browse files Browse the repository at this point in the history
…-pass helm chart
  • Loading branch information
saudkhan116 committed Feb 22, 2023
1 parent 313356d commit e450bdd
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions charts/digital-product-pass/README.md
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
```

0 comments on commit e450bdd

Please sign in to comment.