Skip to content

Commit

Permalink
Reference SAC's chart repo
Browse files Browse the repository at this point in the history
  • Loading branch information
luigidifraia committed Sep 11, 2020
1 parent 9979b3f commit 9e35e50
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion incubator/cube-query/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,14 @@ By default, this Chart will deploy the following:
> **Tip**: See the [Kubernetes Service Type Docs](https://kubernetes.io/docs/concepts/services-networking/service/#publishing-services-service-types)
for the differences between ClusterIP, NodePort, and LoadBalancer.

### Installing the Chart - WIP
### Installing the Chart

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-cubequery.yaml* file specific to the Kubernetes cluster and architecture in use.\
For the full set of configurable options see [values.yaml](values.yaml).
Expand Down

0 comments on commit 9e35e50

Please sign in to comment.