mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-07 11:10:16 +01:00
92cf728371
* injecting custom certs related config to exporter Signed-off-by: DQ <dengq@vmware.com>
8 lines
68 B
Bash
8 lines
68 B
Bash
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
/harbor/install_cert.sh
|
|
|
|
/harbor/harbor_exporter
|