juntekim.com/github_runner/install/values.yaml
Jun-te Kim 5453f92c69 push
2025-12-13 23:22:24 +00:00

20 lines
331 B
YAML

runner:
name: mist-runner
labels:
- mist
- self-hosted
envFrom:
- secretRef:
name: aws-secrets
volumeMounts:
- name: k8s-storage
mountPath: /k8s_storage
readOnly: true
volumes:
- name: k8s-storage
hostPath:
path: /home/kimjunte/k8s_storage
type: Directory