mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-25 00:05:15 +00:00
FEATURE: allow additional labels
This commit is contained in:
parent
0d2afef276
commit
935eaf9479
|
@ -36,6 +36,9 @@ Common labels
|
|||
{{- define "bbgo.labels" -}}
|
||||
helm.sh/chart: {{ include "bbgo.chart" . }}
|
||||
{{ include "bbgo.selectorLabels" . }}
|
||||
{{- if .Values.addtionalLabels }}
|
||||
{{ toYaml .Values.additionalLabels }}
|
||||
{{- end }}
|
||||
{{- if .Chart.AppVersion }}
|
||||
app.kubernetes.io/version: {{ .Chart.AppVersion | quote }}
|
||||
{{- end }}
|
||||
|
|
|
@ -37,6 +37,8 @@ serviceAccount:
|
|||
# If not set and create is true, a name is generated using the fullname template
|
||||
name: ""
|
||||
|
||||
additionalLabels: {}
|
||||
|
||||
podAnnotations: {}
|
||||
|
||||
podSecurityContext: {}
|
||||
|
|
Loading…
Reference in New Issue
Block a user