We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a8abb6 commit ce80adbCopy full SHA for ce80adb
2 files changed
charts/gha-runner-scale-set-controller/templates/deployment.yaml
@@ -27,6 +27,9 @@ spec:
27
app.kubernetes.io/component: controller-manager
28
app.kubernetes.io/version: {{ .Chart.Version }}
29
{{- include "gha-runner-scale-set-controller.selectorLabels" . | nindent 8 }}
30
+ {{- with .Values.podLabels }}
31
+ {{- toYaml . | nindent 8 }}
32
+ {{- end }}
33
spec:
34
{{- with .Values.imagePullSecrets }}
35
imagePullSecrets:
charts/gha-runner-scale-set-controller/values.yaml
@@ -41,6 +41,8 @@ serviceAccount:
41
42
podAnnotations: {}
43
44
+podLabels: {}
45
+
46
podSecurityContext: {}
47
# fsGroup: 2000
48
0 commit comments