We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d4dda4 commit 8df18e0Copy full SHA for 8df18e0
chart/templates/hook-upgrade-crds.yaml
@@ -85,6 +85,10 @@ spec:
85
template:
86
metadata:
87
name: {{ printf "%s-%s" "upgrade-crds" (include "vso.chart.fullname" .) | trunc 63 | trimSuffix "-" }}
88
+ labels:
89
+ {{- if .Values.controller.extraLabels }}
90
+ {{- toYaml .Values.controller.extraLabels | nindent 8 }}
91
+ {{- end }}
92
spec:
93
serviceAccountName: {{ template "vso.chart.fullname" . }}-upgrade-crds
94
securityContext:
0 commit comments