-
Hi community, Perhaps someone can recommend the workaround for this issue? RunnerDeployment:
Would be very thankful for help! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
I have created a configMap with certificate chain (contains root CA). But would be nice to understand the location where that chain should be added on the runner and how it should look like in the RunnerDeplyment (as an env variable or Volume?) |
Beta Was this translation helpful? Give feedback.
-
Bump for visibility, running into this same issue. |
Beta Was this translation helpful? Give feedback.
-
Hi @HotelSixXrayOne and @Edarjak, You may try to create .env file:
And attach it to the runner using configMap (add .env as configMap), volumes and volumeMounts:
If you are running GHES in the isolated environment, try to sync CodeQL action, more info here: https://github.com/github/codeql-action-sync-tool Br, |
Beta Was this translation helpful? Give feedback.
Hi @HotelSixXrayOne and @Edarjak,
You may try to create .env file:
And attach it to the runner using configMap (add .env as configMap), volumes and volumeMounts:
If you are running GHES in the isolated environment, try to sync CodeQL a…