From 7b401dde382f3d9c7ec411dc9cd7a5a3e033aeaa Mon Sep 17 00:00:00 2001 From: Sameer Naik Date: Wed, 15 Mar 2017 14:50:44 +0530 Subject: [PATCH] parse: set default `appId` value to `myappID` --- incubator/parse/README.md | 2 +- incubator/parse/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/incubator/parse/README.md b/incubator/parse/README.md index 8d6080f1d..e71e69945 100644 --- a/incubator/parse/README.md +++ b/incubator/parse/README.md @@ -51,7 +51,7 @@ The following tables lists the configurable parameters of the Parse chart and th | `parse.imagePullPolicy` | Parse image pull policy | `IfNotPresent` | | `parse.port` | Parse server port | `1337` | | `parse.mountPath` | Parse API mount path | `/parse` | -| `parse.appId` | Parse server App Id | `myAppID` | +| `parse.appId` | Parse server App Id | `myappID` | | `parse.masterKey` | Parse server Master Key | `random 10 character alphanumeric string` | | `parse.resources` | CPU/Memory resource requests/limits | Memory: `512Mi`, CPU: `300m` | | `dashboard.enabled` | Enable parse dashboard | `true` | diff --git a/incubator/parse/values.yaml b/incubator/parse/values.yaml index 1f1d83eef..de5fc7af3 100644 --- a/incubator/parse/values.yaml +++ b/incubator/parse/values.yaml @@ -32,7 +32,7 @@ parse: ## Parse Server App ID ## ref: https://github.com/bitnami/bitnami-docker-parse#configuration ## - appId: myAppID + appId: myappID ## Parse Server Master Key ## ref: https://github.com/bitnami/bitnami-docker-parse#configuration