parse: set default appId value to myappID

This commit is contained in:
Sameer Naik
2017-03-15 14:50:44 +05:30
parent 702098f2f3
commit 7b401dde38
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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` |
+1 -1
View File
@@ -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