Commit 81af38a
fix(user-entrypoint): combine system CA bundle with corporate cert for git SSL
The init container (phase 1) runs update-ca-certificates but is discarded.
Phase 2 gets a fresh container where the system bundle has no corporate cert.
Fix: concatenate both into /tmp/combined-ca.crt and point GIT_SSL_CAINFO there.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 73e7c6c commit 81af38a
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
66 | 69 | | |
67 | 70 | | |
68 | 71 | | |
| |||
0 commit comments