FEATURE: pass deployment labels to pod

This commit is contained in:
chechia 2023-06-21 10:20:53 +08:00
parent 000d0a3330
commit e65f9d00cc
No known key found for this signature in database
GPG Key ID: BF5216A9961E11A6
2 changed files with 2 additions and 1 deletions

View File

@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.3.2
version: 0.3.3
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to

View File

@ -22,6 +22,7 @@ spec:
{{- end }}
labels:
{{- include "bbgo.selectorLabels" . | nindent 8 }}
{{- include "bbgo.labels" . | nindent 8 }}
spec:
{{- with .Values.imagePullSecrets }}
imagePullSecrets: