Skip to content

Commit

Permalink
Support for extra pod annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
bakito committed Jun 23, 2023
1 parent 3983f2d commit dc400e0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions helm/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ spec:
{{- with .Values.extraPodLabels }}
{{- toYaml . | nindent 8 }}
{{- end }}
annotations:
{{- with .Values.extraPodAnnotations }}
{{- toYaml . | nindent 8 }}
{{- end }}
spec:
serviceAccountName: {{ include "k8s-event-logger-operator.serviceAccountName" . }}
containers:
Expand Down

0 comments on commit dc400e0

Please sign in to comment.