Skip to content

Commit

Permalink
feat: Add deployment labels to pod template
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximizeRr authored and loicmathieu committed Nov 21, 2024
1 parent dd3fb9c commit d9015c0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/kestra/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,9 @@ spec:
metadata:
labels:
{{- include "kestra.selectorsLabels" $merged | nindent 8 }}
{{- with $deployment.labels }}
{{- toYaml . | nindent 8 }}
{{- end }}

annotations:
checksum/secrets: {{ include (print $.Template.BasePath "/secret.yaml") $ | sha256sum }}
Expand Down

0 comments on commit d9015c0

Please sign in to comment.