Skip to content

Commit

Permalink
support extraPodlabels
Browse files Browse the repository at this point in the history
  • Loading branch information
initharrington committed Oct 1, 2024
1 parent 9b425a6 commit bf5254e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions charts/dependency-track/templates/api-server/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ spec:
replicas: 1
selector:
matchLabels: {{- include "dependencytrack.apiServerSelectorLabels" . | nindent 6 }}
{{- if .Values.apiServer.extraPodLabels }}
{{- toYaml .Values.apiServer.extraPodLabels | nindent 6 }}
{{- end }}
template:
metadata:
labels: {{ include "dependencytrack.apiServerSelectorLabels" . | nindent 8 }}
Expand Down
3 changes: 0 additions & 3 deletions charts/dependency-track/templates/frontend/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ spec:
replicas: {{ .Values.frontend.replicaCount }}
selector:
matchLabels: {{- include "dependencytrack.frontendSelectorLabels" . | nindent 6 }}
{{- if .Values.frontend.extraPodLabels }}
{{- toYaml .Values.frontend.extraPodLabels | nindent 6 }}
{{- end }}
template:
metadata:
labels: {{- include "dependencytrack.frontendSelectorLabels" . | nindent 8 }}
Expand Down

0 comments on commit bf5254e

Please sign in to comment.