bbgo_origin/charts/bbgo/templates/configmap.yaml

11 lines
221 B
YAML
Raw Normal View History

2020-12-15 10:57:46 +00:00
---
apiVersion: v1
kind: ConfigMap
metadata:
name: {{ include "bbgo.fullname" . }}
labels:
{{- include "bbgo.labels" . | nindent 4 }}
data:
bbgo.yaml: |-
{{- .Files.Get .Values.configmap.file | nindent 4 }}