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