Skip to content
Snippets Groups Projects
Verified Commit 3d888bb0 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

fix(gitlab-runner): Fix volume attach errors with hetzner-runner

This patch fixes some multi-attach errors that take place, due to the
volume used to store the docker-machine configs. Since the upstream
helmchart doesn't allow adjustment of the deployment strategy, this
post render will take care of it.
parent c37311c4
Branches
Tags
No related merge requests found
......@@ -22,6 +22,17 @@ spec:
upgrade:
remediation:
retries: -1
postRenderers:
- kustomize:
patchesStrategicMerge:
- kind: Deployment
apiVersion: apps/v1
metadata:
name: hetzner-runner-gitlab-runner
namespace: gitlab-runner
spec:
strategy:
type: Recreate
valuesFrom:
- kind: ConfigMap
name: gitlab-runner-base-values
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment