File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed
Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 2222 labels :
2323 {{- include "garm.labels" . | nindent 8 }}
2424 app.kubernetes.io/component : server
25+ {{- with .Values.podLabels }}
26+ {{- toYaml . | nindent 8 }}
27+ {{- end }}
2528 spec :
2629 {{- if and .Values.garm.tls.enabled .Values.garm.url }}
2730 # The hostAlias below is added to solve a chicken-and-egg problem
Original file line number Diff line number Diff line change 1818 {{- end }}
1919 labels :
2020 app.kubernetes.io/component : operator
21+ {{- with .Values.podLabels }}
22+ {{- toYaml . | nindent 8 }}
23+ {{- end }}
2124 spec :
2225 restartPolicy : OnFailure
2326 serviceAccountName : {{ include "garm.serviceAccountName" . }}
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ serviceAccount:
7575
7676# # -- Annotations for both the server and operator Pods.
7777podAnnotations : {}
78- # # -- Labels for the Pod .
78+ # # -- Labels for both the server and operator Pods .
7979podLabels : {}
8080
8181# # -- Service configuration.
You can’t perform that action at this time.
0 commit comments