#I'm clearly confused by something
1 messages · Page 1 of 1 (latest)
I think I see it, maybe? The helm chart will use a hostPath of:
- name: varrundagger
hostPath:
path: /run/dagger-{{ include "dagger.fullname" . }}
Which in the helm chart will result in a host path of /run/dagger-dagger-helm unless the values.yaml has fullnameOverride overridden. The docs that talk about integrating with gitlab though us a flat /run/dagger host path to mount into the gitlab runner.
If I'm correct, these two won't match up and the cli can't talk to the engine.