klepiz
klepiz
Im trying to install cert-certificates in an fresh k8s cluster machine Steps: ``` helm repo add jetstack https://charts.jetstack.io helm repo update kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.8.0/cert-manager.crds.yaml helm install \ cert-manager jetstack/cert-manager...
Im trying to checkout multiple repos in a same job, one of them if where Im running the job and the second one is an internal repo. ``` jobs: build:...
### What would you like added? and Why is this needed? As cause of the recent docker vulnerabilty https://snyk.io/blog/leaky-vessels-docker-runc-container-breakout-vulnerabilities/, urrently the lastest version of summerwind/actions-runner contains **Docker version 24.0.7, build...
I'm tying to set `marge-bot` on kubernetes cluster like this ktmpl ./deploy.yml \ --parameter APP_NAME "marge-bot" \ --parameter APP_IMAGE "smarkets/marge-bot" \ --parameter KUBE_NAMESPACE "marge-bot" \ --parameter MARGE_GITLAB_URL 'https://our-git-url' \ --parameter...
### Checks - [X] I've already read https://github.com/actions/actions-runner-controller/blob/master/TROUBLESHOOTING.md and I'm sure my issue is not covered in the troubleshooting guide. - [X] I'm not using a custom entrypoint in my...