Skip to content

Commit

Permalink
fix: meadia-pvc template extraLabels
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardo Underwood committed Feb 2, 2025
1 parent d3b3c26 commit 9096552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/defectdojo/templates/media-pvc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ metadata:
app.kubernetes.io/instance: {{ $.Release.Name }}
app.kubernetes.io/managed-by: {{ $.Release.Service }}
helm.sh/chart: {{ include "defectdojo.chart" $ }}
{{- with .Values.extraLabels }}
{{- with $.Values.extraLabels }}
{{- toYaml . | nindent 4 }}
{{- end }}
name: {{ $fullName }}
Expand Down

0 comments on commit 9096552

Please sign in to comment.