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:
parent
c78e7500a1
commit
1fc15e3444
@ -19,6 +19,6 @@ spec:
|
|||||||
mongo-1.mongo:27017,mongo-2.mongo\
|
mongo-1.mongo:27017,mongo-2.mongo\
|
||||||
:27017/dev?replicaSet=rs0"
|
:27017/dev?replicaSet=rs0"
|
||||||
- name: PARSE_SERVER_APP_ID
|
- name: PARSE_SERVER_APP_ID
|
||||||
value: my-app-id
|
value: "my-app-id"
|
||||||
- name: PARSE_SERVER_MASTER_KEY
|
- name: PARSE_SERVER_MASTER_KEY
|
||||||
value: my-master-key
|
value: "my-master-key"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user