Skip to content

Commit eb0f725

Browse files
runderwoodcr14Ricardo Underwood
andauthored
fix: meadia-pvc template extraLabels (#11711)
Co-authored-by: Ricardo Underwood <ricardo.underwood@beyonnex.io>
1 parent 061ef76 commit eb0f725

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helm/defectdojo/templates/media-pvc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ metadata:
1010
app.kubernetes.io/instance: {{ $.Release.Name }}
1111
app.kubernetes.io/managed-by: {{ $.Release.Service }}
1212
helm.sh/chart: {{ include "defectdojo.chart" $ }}
13-
{{- with .Values.extraLabels }}
13+
{{- with $.Values.extraLabels }}
1414
{{- toYaml . | nindent 4 }}
1515
{{- end }}
1616
name: {{ $fullName }}

0 commit comments

Comments
 (0)