FIX: typo in helm chart additionalLabels

This commit is contained in:
chechia 2023-06-20 15:54:25 +08:00
parent e7b54d9bde
commit f139da771d
No known key found for this signature in database
GPG Key ID: BF5216A9961E11A6
2 changed files with 2 additions and 2 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.1
version: 0.3.2
# 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

@ -36,7 +36,7 @@ Common labels
{{- define "bbgo.labels" -}}
helm.sh/chart: {{ include "bbgo.chart" . }}
{{ include "bbgo.selectorLabels" . }}
{{- if .Values.addtionalLabels }}
{{- if .Values.additionalLabels }}
{{ toYaml .Values.additionalLabels }}
{{- end }}
{{- if .Chart.AppVersion }}