Skip to content

Commit

Permalink
add labels to containers (#802)
Browse files Browse the repository at this point in the history
  • Loading branch information
d80tb7 authored Dec 2, 2021
1 parent e44db2f commit 0ccb38a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion deployment/lookout/templates/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ spec:
{{- include "lookout.labels.all" . | nindent 8 }}
spec:
template:
metadata:
name: lookout-db-pruner
labels:
{{- include "lookout.labels.all" . | nindent 12 }}
spec:
restartPolicy: Never
serviceAccountName: {{ .Values.customServiceAccount | default (include "lookout.name" .) }}
Expand Down Expand Up @@ -51,4 +55,4 @@ spec:
{{- if .Values.additionalVolumes }}
{{- toYaml .Values.additionalVolumes | nindent 12 }}
{{- end }}
{{- end }}
{{- end }}

0 comments on commit 0ccb38a

Please sign in to comment.