Daniel Jiang ccbd23d14e Change owner of the secret file in prepare script
The secretkey file will be loaded by adminserver which is run by non-root
user (uid:10000) previously the entrypoint script will run `chown` to a
lot files, and there's a breakage in upgrade when we skip running
`chown` inside container.
This commit will fix the issue during upgrade by changing the owner of
the secretkey file.
2018-06-08 16:43:16 +08:00
..
2018-04-13 11:12:48 +08:00
2018-06-07 17:14:12 +08:00
2016-10-24 16:51:42 +08:00
2018-04-30 18:16:11 +08:00
2017-12-21 23:23:35 +08:00