mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-26 08:45:16 +00:00
Merge pull request #1201 from chechiachang/fix/typo-in-helm-chart-additionalLabels
FIX: typo in helm chart additionalLabels
This commit is contained in:
commit
3a19104c4d
|
@ -15,7 +15,7 @@ type: application
|
||||||
# This is the chart version. This version number should be incremented each time you make changes
|
# 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.
|
# to the chart and its templates, including the app version.
|
||||||
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
# 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
|
# 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
|
# incremented each time you make changes to the application. Versions are not expected to
|
||||||
|
|
|
@ -36,7 +36,7 @@ Common labels
|
||||||
{{- define "bbgo.labels" -}}
|
{{- define "bbgo.labels" -}}
|
||||||
helm.sh/chart: {{ include "bbgo.chart" . }}
|
helm.sh/chart: {{ include "bbgo.chart" . }}
|
||||||
{{ include "bbgo.selectorLabels" . }}
|
{{ include "bbgo.selectorLabels" . }}
|
||||||
{{- if .Values.addtionalLabels }}
|
{{- if .Values.additionalLabels }}
|
||||||
{{ toYaml .Values.additionalLabels }}
|
{{ toYaml .Values.additionalLabels }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if .Chart.AppVersion }}
|
{{- if .Chart.AppVersion }}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user