fix: labels on github webhook service template (#2582)
This commit is contained in:
parent
80af7fc125
commit
c7b2dd1764
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue