Skip to content

Commit

Permalink
feat: allow specifying additional pod labels
Browse files Browse the repository at this point in the history
Signed-off-by: Tristan Colgate-McFarlane <[email protected]>
  • Loading branch information
tcolgate committed Jun 6, 2024
1 parent 97ad4cb commit 7015a88
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/flipt/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ spec:
annotations: {{- include "common.classes.podAnnotations" . | nindent 8 }}
labels:
{{- include "flipt.selectorLabels" . | nindent 8 }}
{{- if .Values.podLabels -}}
{{- toYaml .Values.podLabels | nindent 8 -}}
{{- end -}}
spec:
{{- with .Values.imagePullSecrets }}
imagePullSecrets:
Expand Down

0 comments on commit 7015a88

Please sign in to comment.