Skip to content

Commit

Permalink
add note on sda-orch chart
Browse files Browse the repository at this point in the history
  • Loading branch information
aaperis committed Aug 2, 2024
1 parent a2a8f45 commit 0296f78
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ The `neicnordic` Helm repository contains the following charts (for configuratio
- [sda-orch - SDA orchestrate service](https://github.com/neicnordic/sensitive-data-archive/blob/main/charts/sda-orch/README.md)

This chart deploys an orchestration service for the Sensitive Data Archive solution. This is a helper service designed to curate the ingestion flow in an automated manner when the SDA solution is deployed and configured as standalone (non-federated).
**Note:** The `sda-orch` chart may be out of date and is thus not guaranteed to be functional.

## Usage

Expand Down Expand Up @@ -67,6 +68,7 @@ helm install my-release -f <values-filename>.yaml neicnordic/<chart-name>
Example:

First create the required crypt4gh

```sh
crypt4gh generate -n c4gh -p somepassphrase
kubectl create secret generic c4gh --from-file="c4gh.sec.pem" --from-file="c4gh.pub.pem" --from-literal=passphrase="somepassphrase"
Expand Down

0 comments on commit 0296f78

Please sign in to comment.