mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
14 lines
277 B
YAML
14 lines
277 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: openim-cm
|
|
data:
|
|
config.yaml: |+
|
|
{{- with .Values.config }}
|
|
{{- toYaml . | nindent 4 }}
|
|
{{- end }}
|
|
notification.yaml: |+
|
|
{{- with .Values.notification }}
|
|
{{- toYaml . | nindent 4 }}
|
|
{{- end }}
|