Skip to content

Commit

Permalink
Merge pull request #10 from ministryofjustice/NIT-938-alfresco-spike-…
Browse files Browse the repository at this point in the history
…out-helm-chart-repository

NIT-938 Updated readme for starting services
  • Loading branch information
shazChaudhry authored Nov 22, 2023
2 parents e43bd8b + 7874c24 commit aa1ed0f
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,17 @@

These example instsructions explain how you would customise one particular dependant Helm chart and publish a newer version to GitHub pages. Instructions assume GitHub pages are already configured for your repo; see the reference section below

### Check Chart.lock file for dependent charts and pull the required version
### Start services
We will first need to ensure all services are up and running.
Start k8s services by executing helm command _(Helm will complain if a random secret is not created)_
```
cd hmpps-delius-alfresco-poc/alfresco-content-services
SECRET=$(openssl rand -base64 20) helm install alfresco-content-services . \
--values=./values.yaml \
--set global.tracking.sharedsecret=$SECRET
```

### Check the chart file for dependent charts and pull the required version
For the purpose of this demo, we will select the following service from the `Chart.yaml` file
```
- condition: alfresco-sync-service.enabled
Expand Down

0 comments on commit aa1ed0f

Please sign in to comment.