Skip to content

Commit

Permalink
Merge pull request #7 from takumakume/add-pod-labels
Browse files Browse the repository at this point in the history
Add podLabels
  • Loading branch information
takumakume authored Nov 22, 2023
2 parents afe85eb + d087e5f commit b8787bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ spec:
{{- end }}
labels:
{{- include "sbomreport-to-dependencytrack.selectorLabels" . | nindent 8 }}
{{- if .Values.podLabels }}{{- toYaml .Values.podLabels | nindent 8 }}{{- end }}
spec:
{{- with .Values.imagePullSecrets }}
imagePullSecrets:
Expand Down
1 change: 1 addition & 0 deletions helm/sbomreport-to-dependencytrack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ fullnameOverride: ""

deploymentLabels: {}

podLabels: {}
podAnnotations: {}

podSecurityContext: {}
Expand Down

0 comments on commit b8787bd

Please sign in to comment.