Allow custom labels to be specified for controller pods (#2952)

Co-authored-by: Waldek Herka <waldek.herka@no.reply>
This commit is contained in:
Waldek Herka 2023-10-06 10:56:40 +02:00 committed by GitHub
parent 1a8abb6d39
commit ce80adb9ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View File

@ -27,6 +27,9 @@ spec:
app.kubernetes.io/component: controller-manager
app.kubernetes.io/version: {{ .Chart.Version }}
{{- include "gha-runner-scale-set-controller.selectorLabels" . | nindent 8 }}
{{- with .Values.podLabels }}
{{- toYaml . | nindent 8 }}
{{- end }}
spec:
{{- with .Values.imagePullSecrets }}
imagePullSecrets:

View File

@ -41,6 +41,8 @@ serviceAccount:
podAnnotations: {}
podLabels: {}
podSecurityContext: {}
# fsGroup: 2000