We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1309ab0 commit ff63a61Copy full SHA for ff63a61
charts/velero/templates/deployment.yaml
@@ -13,6 +13,7 @@ metadata:
13
app.kubernetes.io/name: {{ include "velero.name" . }}
14
app.kubernetes.io/instance: {{ .Release.Name }}
15
app.kubernetes.io/managed-by: {{ .Release.Service }}
16
+ app.kubernetes.io/version: {{ .Chart.AppVersion }}
17
helm.sh/chart: {{ include "velero.chart" . }}
18
component: velero
19
{{- with .Values.labels }}
@@ -36,6 +37,7 @@ spec:
36
37
38
39
40
41
42
{{- if .Values.podLabels }}
43
{{- toYaml .Values.podLabels | nindent 8 }}
0 commit comments