Skip to content

Commit

Permalink
Deploy from satelliteapplicationscatapult.github.io/helm-charts
Browse files Browse the repository at this point in the history
  • Loading branch information
luigidifraia authored Sep 20, 2019
1 parent c64556a commit 51937b4
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions stable/ard-campaign/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,14 @@ for the differences between ClusterIP, NodePort, and LoadBalancer.

### Installing the Chart

It's necessary to first create a *values-ard.yaml* file specific to the Kubernetes cluster and the ARD workflow that is being deployed.\
Make Helm aware of the [Satellite Applications Catapult Helm chart repository](https://satelliteapplicationscatapult.github.io/helm-charts/), so you will be able to install the ARD chart from it without having to use a long URL name:

```bash
helm repo add satapps https://satelliteapplicationscatapult.github.io/helm-charts
helm repo update
```

It's then necessary to create a *values-ard.yaml* file specific to the Kubernetes cluster and the ARD workflow that is being deployed.\
For the full set of configurable options see [values.yaml](values.yaml).

As example, for a development environment we might have:
Expand Down Expand Up @@ -140,7 +147,7 @@ To install the Chart with the release name `s2job`:
```bash
RELEASEARD=s2job
helm upgrade --install $RELEASEARD stable/ard-campaign \
helm upgrade --install $RELEASEARD satapps/ard-campaign \
--namespace $NAMESPACE \
--values values-ard.yaml
```
Expand Down

0 comments on commit 51937b4

Please sign in to comment.