mirror of
https://github.com/sot-tech/mochi.git
synced 2026-05-20 06:44:48 -07:00
10 lines
217 B
YAML
10 lines
217 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: { { template "fullname" . } }
|
|
labels:
|
|
chart: "{{ .Chart.Name }}-{{ .Chart.Version }}"
|
|
data:
|
|
config.yaml: |
|
|
{ { toYaml .Values.config | indent 4 } }
|