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" -}}
|
{{- define "bbgo.labels" -}}
|
||||||
helm.sh/chart: {{ include "bbgo.chart" . }}
|
helm.sh/chart: {{ include "bbgo.chart" . }}
|
||||||
{{ include "bbgo.selectorLabels" . }}
|
{{ include "bbgo.selectorLabels" . }}
|
||||||
|
{{- if .Values.addtionalLabels }}
|
||||||
|
{{ toYaml .Values.additionalLabels }}
|
||||||
|
{{- end }}
|
||||||
{{- if .Chart.AppVersion }}
|
{{- if .Chart.AppVersion }}
|
||||||
app.kubernetes.io/version: {{ .Chart.AppVersion | quote }}
|
app.kubernetes.io/version: {{ .Chart.AppVersion | quote }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
|
@ -37,6 +37,8 @@ serviceAccount:
|
||||||
# If not set and create is true, a name is generated using the fullname template
|
# If not set and create is true, a name is generated using the fullname template
|
||||||
name: ""
|
name: ""
|
||||||
|
|
||||||
|
additionalLabels: {}
|
||||||
|
|
||||||
podAnnotations: {}
|
podAnnotations: {}
|
||||||
|
|
||||||
podSecurityContext: {}
|
podSecurityContext: {}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user