Files
homelab/k8s/infra/forgejo-runner/values-rust.yaml
T

18 lines
510 B
YAML
Raw Normal View History

# Override on top of values.yaml (the chart's defaults) for the rust-labeled
# runner instance. Only runner.name and runner.labels differ -- everything
# else (image, dind, persistence, tolerations, nodeSelector) is shared.
#
# Bootstrap with base image, custom image via CI+Image Updater
runner:
image:
repository: docker
tag: "27-cli"
name: rust-runner
labels: "rust:docker://docker:27-cli"
# GC CronJob renders only from the default (golang) values to avoid duplicates
gc:
enabled: false