File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 8585 template :
8686 metadata :
8787 name : {{ printf "%s-%s" "upgrade-crds" (include "vso.chart.fullname" .) | trunc 63 | trimSuffix "-" }}
88+ labels :
89+ app.kubernetes.io/component : controller-manager
90+ {{- if .Values.hooks.extraLabels }}
91+ {{- toYaml .Values.hooks.extraLabels | nindent 8 }}
92+ {{- end }}
8893 spec :
8994 serviceAccountName : {{ template "vso.chart.fullname" . }}-upgrade-crds
9095 securityContext :
Original file line number Diff line number Diff line change @@ -923,6 +923,9 @@ hooks:
923923 requests :
924924 cpu : 10m
925925 memory : 64Mi
926+
927+ # Additional pod labels for all hooks as a YAML object (map).
928+ extraLabels : {}
926929 # Configure the Helm pre-upgrade hook that handles custom resource definition (CRD) upgrades.
927930 upgradeCRDs :
928931 # Set to true to automatically upgrade the CRDs.
You can’t perform that action at this time.
0 commit comments