Skip to content

Commit 7282898

Browse files
committed
Fix: use correct file path
Signed-off-by: mrrr61 <mrrr61@outlook.com>
1 parent 4fbf18a commit 7282898

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

federated-learning-controller/deploy/obs/hack/certs/generate-certs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ awk '{print " " $0}' root-ca.crt > root-ca.crt.tmp
4040
sed -i "/PROM_WEB_ROOT_CA/{
4141
r root-ca.crt.tmp
4242
d
43-
}" ../../deploy/resources/addon-template.yaml
43+
}" ../../otel-addon/resources/addon-template.yaml
4444
rm root-ca.crt.tmp

0 commit comments

Comments
 (0)