diff --git a/charts/actions-runner-controller/templates/_helpers.tpl b/charts/actions-runner-controller/templates/_helpers.tpl index 26c8dfea..baa8c6e0 100644 --- a/charts/actions-runner-controller/templates/_helpers.tpl +++ b/charts/actions-runner-controller/templates/_helpers.tpl @@ -40,6 +40,9 @@ helm.sh/chart: {{ include "actions-runner-controller.chart" . }} app.kubernetes.io/version: {{ .Chart.AppVersion | quote }} {{- end }} app.kubernetes.io/managed-by: {{ .Release.Service }} +{{- range $k, $v := .Values.labels }} +{{ $k }}: {{ $v }} +{{- end }} {{- end }} {{/* diff --git a/charts/actions-runner-controller/values.yaml b/charts/actions-runner-controller/values.yaml index af983810..3203d2b5 100644 --- a/charts/actions-runner-controller/values.yaml +++ b/charts/actions-runner-controller/values.yaml @@ -2,6 +2,8 @@ # This is a YAML-formatted file. # Declare variables to be passed into your templates. +labels: {} + replicaCount: 1 syncPeriod: 10m