Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the mountpath for the trusted bundles
In the imperative framework. The `fetch-ca` initcontainer will fetch all the needed CAs and write them to the `/tmp/ca-bundles/ca-bundle.crt` file which is mounted to a local path called `ca-bundles` Just like in the git-init initcontainer we need to bindmount that `ca-bundles` volume and mount it to `/etc/pki/tls/certs` so that all those certs are actually used by any ssl using tool running in the imperative container. Tested and now any ansible.builtin.uri call pointing to a local gitea route works without the `validate_certs: false` parameter.
- Loading branch information