Update 14-1-parse.yaml file

Crashed due to environmental variables not being in quotes for APP_ID and MASTER_KEY
Tested against: Server Version: version.Info{Major:"1", Minor:"13", GitVersion:"v1.13.3", Client Version: version.Info{Major:"1", Minor:"13", GitVersion:"v1.13.3"
This commit is contained in:
FormicHunter 2019-04-07 06:43:32 -04:00 committed by GitHub
parent c78e7500a1
commit 1fc15e3444
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,6 +19,6 @@ spec:
mongo-1.mongo:27017,mongo-2.mongo\
:27017/dev?replicaSet=rs0"
- name: PARSE_SERVER_APP_ID
value: my-app-id
value: "my-app-id"
- name: PARSE_SERVER_MASTER_KEY
value: my-master-key
value: "my-master-key"