mirror of
https://github.com/wahyd4/charts.git
synced 2026-08-26 05:26:13 +10:00
parse: set default appId value to myappID
This commit is contained in:
@@ -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` |
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user