mirror of
https://github.com/goharbor/harbor
synced 2025-04-16 22:27:05 +00:00

This commit fixes a recently discovered issue on Kubernetes #4496 It make necessary to avoid calling `chown` to config files during the bootstrap of the containers.
5 lines
93 B
Bash
5 lines
93 B
Bash
#!/bin/sh
|
|
|
|
sudo -E -u \#10000 "/harbor/harbor_jobservice" "-c" "/etc/jobservice/config.yml"
|
|
|