add parse chart entry to repo README

This commit is contained in:
Sameer Naik
2016-12-14 15:40:27 +05:30
parent fa268976c1
commit 0891154b2c
3 changed files with 6 additions and 5 deletions

View File

@@ -35,6 +35,7 @@ Popular applications, provided by [Bitnami](https://bitnami.com), ready to launc
- [Moodle (incubator)](https://github.com/bitnami/charts/tree/master/incubator/moodle)
- [MySQL (incubator)](https://github.com/bitnami/charts/tree/master/incubator/mysql)
- [Dokuwiki (incubator)](https://github.com/bitnami/charts/tree/master/incubator/dokuwiki)
- [Parse (incubator)](https://github.com/bitnami/charts/tree/master/incubator/parse)
## Before you begin

View File

@@ -5,7 +5,7 @@
## TL;DR;
```console
$ helm install stable/parse
$ helm install incubator/parse
```
## Introduction
@@ -22,7 +22,7 @@ This chart bootstraps a [Parse](https://github.com/bitnami/bitnami-docker-parse)
To install the chart with the release name `my-release`:
```console
$ helm install --name my-release stable/parse
$ helm install --name my-release incubator/parse
```
The command deploys Parse on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation.
@@ -91,7 +91,7 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm
```console
$ helm install --name my-release \
--set parseDashboard.username=admin,parseDashboard.password=password \
stable/parse
incubator/parse
```
The above command sets the Parse administrator account username and password to `admin` and `password` respectively.
@@ -99,7 +99,7 @@ The above command sets the Parse administrator account username and password to
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example,
```console
$ helm install --name my-release -f values.yaml stable/parse
$ helm install --name my-release -f values.yaml incubator/parse
```
> **Tip**: You can use the default [values.yaml](values.yaml)

View File

@@ -59,7 +59,7 @@ service:
2. Complete your Parse Dashboard deployment by running:
helm upgrade {{ .Release.Name }} \
--set parseServer.host=$APP_HOST,parseServer.port={{ .Values.parseServer.port }},parseServer.masterKey=$(printf $(printf '\%o' `kubectl get secret --namespace {{ .Release.Namespace }} {{ template "fullname" . }} -o jsonpath="{.data.master-key[*]}"`)),parseDashboard.username={{ .Values.parseDashboard.username }},parseDashboard.password=$(printf $(printf '\%o' `kubectl get secret --namespace {{ .Release.Namespace }} {{ template "fullname" . }} -o jsonpath="{.data.dashboard-password[*]}"`)) stable/parse
--set parseServer.host=$APP_HOST,parseServer.port={{ .Values.parseServer.port }},parseServer.masterKey=$(printf $(printf '\%o' `kubectl get secret --namespace {{ .Release.Namespace }} {{ template "fullname" . }} -o jsonpath="{.data.master-key[*]}"`)),parseDashboard.username={{ .Values.parseDashboard.username }},parseDashboard.password=$(printf $(printf '\%o' `kubectl get secret --namespace {{ .Release.Namespace }} {{ template "fullname" . }} -o jsonpath="{.data.dashboard-password[*]}"`)) incubator/parse
{{ else }}
1. Get the Parse Dashboard URL by running: