Skip to content

Commit

Permalink
Merge pull request #35 from parimatch-tech/add_podlabels
Browse files Browse the repository at this point in the history
  • Loading branch information
foriequal0 authored Jun 15, 2022
2 parents 5766f87 + ca251fe commit c173177
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/pod-graceful-drain/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ spec:
{{- end }}
labels:
{{- include "pod-graceful-drain.selectorLabels" . | nindent 8 }}
{{- if .Values.podLabels }}
{{ toYaml .Values.podLabels | nindent 8 }}
{{- end }}
spec:
{{- with .Values.imagePullSecrets }}
imagePullSecrets:
Expand Down
2 changes: 2 additions & 0 deletions charts/pod-graceful-drain/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ serviceAccount:

podAnnotations: {}

podLabels: {}

podSecurityContext: {}
# fsGroup: 2000

Expand Down

0 comments on commit c173177

Please sign in to comment.