From c7b2dd1764b0df2571ef43e17f972dcc724eb8eb Mon Sep 17 00:00:00 2001 From: Vincent Rivellino Date: Fri, 26 May 2023 22:33:20 -0400 Subject: [PATCH] fix: labels on github webhook service template (#2582) --- .../templates/githubwebhook.service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/actions-runner-controller/templates/githubwebhook.service.yaml b/charts/actions-runner-controller/templates/githubwebhook.service.yaml index 99a7ea2c..6835c8cf 100644 --- a/charts/actions-runner-controller/templates/githubwebhook.service.yaml +++ b/charts/actions-runner-controller/templates/githubwebhook.service.yaml @@ -5,7 +5,7 @@ metadata: name: {{ include "actions-runner-controller-github-webhook-server.fullname" . }} namespace: {{ .Release.Namespace }} labels: - {{- include "actions-runner-controller.labels" . | nindent 4 }} + {{- include "actions-runner-controller-github-webhook-server.selectorLabels" . | nindent 4 }} {{- if .Values.githubWebhookServer.service.annotations }} annotations: {{ toYaml .Values.githubWebhookServer.service.annotations | nindent 4 }}