Skip to content

Commit

Permalink
allow specifying additional pod labels (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
msarfaty authored Nov 26, 2024
1 parent 9e7ec77 commit 15b7d58
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/eks-pod-identity-agent/templates/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ spec:
metadata:
labels:
{{- include "eks-pod-identity-agent.selectorLabels" . | nindent 8 }}
{{- with .Values.podLabels }}
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.podAnnotations }}
annotations:
{{- toYaml . | nindent 8 }}
Expand Down
2 changes: 2 additions & 0 deletions charts/eks-pod-identity-agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ podAnnotations:
prometheus.io/port: '2705'
prometheus.io/scrape: 'true'

podLabels: {}

priorityClassName: system-node-critical

resources: {}
Expand Down

0 comments on commit 15b7d58

Please sign in to comment.