Skip to content

Commit

Permalink
Merge pull request #4605 from Patryk-Stefanski/OCPBUGS-38925
Browse files Browse the repository at this point in the history
OCPBUGS-38925: copy oapi ca-trust recursively when building trust anchor
  • Loading branch information
openshift-merge-bot[bot] authored Aug 26, 2024
2 parents c9f8a0c + 56dcbf6 commit 18bbdb4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ const buildTrustAnchorScript = `
set -euo pipefail
cp -f /etc/pki/ca-trust/extracted/pem/* /run/ca-trust-generated/
cp -f -r /etc/pki/ca-trust/extracted/pem/* /run/ca-trust-generated/
if ! [[ -f /run/service-ca-signer/service-ca.crt ]]; then
exit 0
Expand Down

0 comments on commit 18bbdb4

Please sign in to comment.